apache svn ldap
Posted on .
<Location /svn> DAV svn SVNParentPath /srv/svn/ AuthzLDAPAuthoritative off AuthType Basic AuthName "Subversion Repository" AuthBasicProvider ldap AuthLDAPURL "ldap://192.168.1.7:389/OU=People,DC=chaosophia,DC=net?uid?sub?(objectClass=*)" AuthzSVNAccessFile /etc/httpd/subversion.authz Require valid-user </Location>
* There are no AuthLDAPBindDN and AuthLDAPBindPassword because the LDAP server is configured to allow anonymous read.