Apache + LDAP Auth: access to / failed, reason: require directives present and no Authoritative hand
- by Karolis T.
Can't solve this one, here's my .htaccess:
AuthPAM_Enabled Off
AuthType Basic
AuthBasicProvider ldap
AuthzLDAPAuthoritative on
AuthName "MESSAGE"
Require ldap-group cn=CHANGED, cn=CHANGED
AuthLDAPURL "ldap://localhost/dc=CHANGED,dc=CHANGED?uid?sub?(objectClass=posixAccount)"
AuthLDAPBindDN CHANGED
AuthLDAPBindPassword CHANGED…