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

Bug#714329: marked as done (Apache2 Basic Authentication on Ldap)



Your message dated Sat, 28 May 2016 14:46:00 +0200 (CEST)
with message-id <alpine.DEB.2.11.1605281445250.31657@eru.sfritsch.de>
and subject line Re: Bug#714329: Apache2 Basic Authentication on Ldap
has caused the Debian Bug report #714329,
regarding Apache2 Basic Authentication on Ldap
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
714329: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=714329
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
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,

--- End Message ---
--- Begin Message ---
On Wed, 28 Aug 2013, Jean-Michel Vourgère wrote:

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

Since there has been no response to this bug, I am closing it.

--- End Message ---

Reply to: