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

Authenticate both LDAP and from an AuthUserFile

From: Sean Kelley <sean.sweng_at_gmail.com>
Date: 2006-08-22 16:09:12 CEST

Is it possible to authenticate from both LDAP and from an AuthUserFile?

When I uncomment the AuthUserFile line below LDAP users lose access.

<Location /svn>

  # Uncomment this to enable the repository,
  DAV svn

  # Set this to the path to your repository
  SVNPath /var/lib/svn

  # Authentication
   AuthType Basic
   AuthName "Subversion Repository"
   AuthLDAPUrl ldap://ldap.example.com:389/t=example?cn
   AuthLDAPBindDN "cn=ENG_SVN_PND_Devs,ou=Groups,ou=OFFICE,o=EXMPL"

   #AuthUserFile /etc/apache2/dav_svn.passwd

  # Uncomment the following line to enable Authz Authentication
  AuthzSVNAccessFile /etc/apache2/dav_svn.authz

  Require valid-user
</Location>

Thanks,

Sean

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Aug 22 16:10:51 2006

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.