Comment 8 for bug 1767105

Revision history for this message
In , Max Burke (mburkeeacom) wrote :

(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>