[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#714329: Apache2 Basic Authentication on Ldap



Package: apache2
Version: 2.2.22-13

Apache is not authenticating on Ldap.
The same authentication directives works fine at Debian 5 and 6.
Here, the /etc/apache2/httpd.conf file including Ldap authentication directives:
<Directory /var/www/tasks/login>
    AuthType Basic
    AuthName "Tasks Authentication (LDAP)"
    AuthBasicProvider ldap
    AuthzLDAPAuthoritative on
    AuthLDAPURL ldap://ldapserver.domain:389/dc=com,dc=br?uid,cn,sn,givenName,l,rgUF,mobile?sub?(objectClass=*)
    AuthLDAPRemoteUserAttribute uid
    AuthLDAPGroupAttribute memberUid
    AuthLDAPGroupAttributeIsDN off
    Require ldap-attribute accountStatus=active
</Directory>
I'm using Debian 7.1.0 (3.2.0-4-686-pae Debian 3.2.46-1 i686 GNU/Linux)
Have tried Debian 7.0.0 before and it does not authenticate either.
Best regards,

Reply to: