Dual Authentication (LDAP/file authentication)
From: Richard Orta <rorta_at_handango.com>
Date: 2007-08-28 06:10:58 CEST
Hello!
We are using Subversion and Apache with LDAP for authentication. We have
LoadModule dav_svn_module modules/mod_dav_svn.so
LoadModule authz_svn_module modules/mod_authz_svn.so
<Location /project1>
DAV svn
SVNPath /home/svn/repositories/project1
AuthType Basic
Options Indexes FollowSymLinks
AllowOverride None
Order Deny,Allow
Deny from all
Allow from mycompany.com
AuthName "svnauthority"
SVNAutoversioning on
AuthLDAPURL
AuthLDAPBindDN "CN=svnauthority,CN=Users,DC=mycompany,DC=com"
AuthLDAPBindPassword "********"
Require valid-user
</Location>
But, now we have a need for an account that is not tied to LDAP. This
Does any know how to configure Subversion/Apache to allow for
If this is already in the mail list, my apologies. I've been looking all
Thanks!
--Richard
|
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.