https://bz.apache.org/bugzilla/show_bug.cgi?id=60296
--- Comment #4 from Max Burke <[email protected]> --- (In reply to Eric Covener from comment #3) > What kind of Require ldap-* do you use? I noticed the debian OP didn't list > that bit. I'm unfamiliar with what you mean by "Require ldap-*", but here are the snippets from our httpd.conf for the ldap settings: LoadModule authnz_ldap_module modules/mod_authnz_ldap.so LoadModule ldap_module modules/mod_ldap.so LDAPTrustedMode SSL LDAPVerifyServerCert off LDAPSharedCacheSize 20000000 <AuthnProviderAlias ldap eac> AuthLDAPURL "[... snip ... ]" AuthLDAPBindDN "[ ... snip ... ]" # including ldap password from a separate file # AuthLDAPBindPassword secret Include conf/ldap_bind_pwd.conf </AuthnProviderAlias> -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
