From f65de07e7e4a4a19b45f0c1543ba7669a1f5e867 Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Thu, 19 Jul 2007 21:05:16 +0000 Subject: revert revision 555470 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@557772 13f79535-47bb-0310-9956-ffa450edef68 --- modules/aaa/mod_authnz_ldap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/aaa/mod_authnz_ldap.c') 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) */ -- cgit v1.2.3