diff options
author | Eric Covener <covener@apache.org> | 2007-07-19 23:05:16 +0200 |
---|---|---|
committer | Eric Covener <covener@apache.org> | 2007-07-19 23:05:16 +0200 |
commit | f65de07e7e4a4a19b45f0c1543ba7669a1f5e867 (patch) | |
tree | a9dc328e78ec11a9ac8cb8b37a3e82bcf96d4fd1 /modules/aaa/mod_authnz_ldap.c | |
parent | Simplify OS detection. We are only interested in NT (diff) | |
download | apache2-f65de07e7e4a4a19b45f0c1543ba7669a1f5e867.tar.xz apache2-f65de07e7e4a4a19b45f0c1543ba7669a1f5e867.zip |
revert revision 555470
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@557772 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/aaa/mod_authnz_ldap.c')
-rw-r--r-- | modules/aaa/mod_authnz_ldap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/aaa/mod_authnz_ldap.c b/modules/aaa/mod_authnz_ldap.c index 927a5ab133..38d83daff4 100644 --- a/modules/aaa/mod_authnz_ldap.c +++ b/modules/aaa/mod_authnz_ldap.c @@ -57,7 +57,7 @@ typedef struct { char **attributes; /* Array of all the attributes to return */ int scope; /* Scope of the search */ char *filter; /* Filter to further limit the search */ - int deref; /* how to handle alias dereferening */ + deref_options deref; /* how to handle alias dereferening */ char *binddn; /* DN to bind to server (can be NULL) */ char *bindpw; /* Password to bind to server (can be NULL) */ |