You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Joe Schaefer <jo...@yahoo.com> on 2009/11/18 04:34:05 UTC

[PATCH] useful ldap feature

This patch applies against the 2.2 branch
and adds the AuthLDAPBindAuthoritative directive,
which allows infra to failover login requests
to file based authentication.  Normally what
happens is that LDAP is authoritative when
it can locate the dn for the user.  This patch
allows *both* passwords, LDAP and file, to be checked
if the user is in both LDAP and the file.

Thanks for looking it over.



      

Re: [PATCH] useful ldap feature

Posted by Albert Lash <al...@docunext.com>.
> This patch applies against the 2.2 branch
> and adds the AuthLDAPBindAuthoritative directive,
> which allows infra to failover login requests
> to file based authentication.  Normally what
> happens is that LDAP is authoritative when
> it can locate the dn for the user.  This patch
> allows *both* passwords, LDAP and file, to be checked
> if the user is in both LDAP and the file.
>
> Thanks for looking it over.

I can't attest to the code, but the functionality sounds terrific.

Thanks for contributing!

- Albert

-- 
http://www.docunext.com/


Re: [PATCH] useful ldap feature

Posted by Eric Covener <co...@gmail.com>.
On Tue, Nov 17, 2009 at 10:34 PM, Joe Schaefer <jo...@yahoo.com> wrote:
> This patch applies against the 2.2 branch
> and adds the AuthLDAPBindAuthoritative directive,
> which allows infra to failover login requests
> to file based authentication.  Normally what
> happens is that LDAP is authoritative when
> it can locate the dn for the user.  This patch
> allows *both* passwords, LDAP and file, to be checked
> if the user is in both LDAP and the file.

Thanks Joe.  I'm trying to knock this out,  can you clarify who the
author is and peek at the doc?

http://people.apache.org/~covener/2.2.x-bind_authoritative.diff

-- 
Eric Covener
covener@gmail.com