[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Dual Authentication (LDAP/file authentication)

From: David Ferguson <ferguson.david_at_gmail.com>
Date: 2007-08-29 19:52:58 CEST

Nevermind my previous hack idea, I think I have a solution. Try adding
these lines before any lines about LDAP:

   AuthBasicProvider file
   AuthUserFile /path/to/my/passwd
   AuthzLDAPAuthoritative Off

The idea being that "AuthzLDAPAuthoritative Off" forces mod_ldap to pass on
authentication to the next provider. See the Apache manual at:
http://httpd.apache.org/docs/2.2/mod/mod_authnz_ldap.html#authzldapauthoritative

Note that I'm using Apache 2.2. I don't know if this feature exists in
earlier versions. Worked for me though.

thanks,
David

On 8/29/07, steve.craft@sungard.com <steve.craft@sungard.com> wrote:
>
>
>
> When my local/automated Svn user needs to get stuff, it uses the file://
> protocol. All humans use HTTPS with client-side certificate authentication
> through Apache.
> YMMV.
>
>
Received on Wed Aug 29 19:50:27 2007

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.