Bug#714329: Apache2 Basic Authentication on Ldap

2013-08-28 Thread Jean-Michel Vourgère
Hello Ricardo

On Friday 28 June 2013 00:04:35 Ricardo Barioni wrote:
 Apache is not authenticating on Ldap.
 The same authentication directives works fine at Debian 5 and 6.

Ldap is now enforcing authority validation by default.

Can you try with TLS_REQCERT never, please?

(See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=578566#20 )


signature.asc
Description: This is a digitally signed message part.


Bug#714329: Apache2 Basic Authentication on Ldap

2013-07-14 Thread Stefan Fritsch
Am Donnerstag, 27. Juni 2013, 21:04:35 
schrieb Ricardo Barioni:
 Apache is not authenticating on Ldap.
 The same authentication directives works fine 
at Debian 5 and 6.

Please set the loglevel to debug and check if 
there are any ldap related messages in the 
error log.


Bug#714329: Apache2 Basic Authentication on Ldap

2013-06-27 Thread Ricardo Barioni
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,