No author problem for svn server
From: <wangji_at_htche.com>
Date: Fri, 20 Mar 2015 23:49:26 +0800
Hi there,
ServerAdmin svnadmin_at_abc.com
DocumentRoot /var/www/svn
ServerName svn.abc.com
ErrorLog logs/svn.int.abc.com-error_log
CustomLog logs/svn.int.abc.com-access_log common
<IfModule mod_authz_ldap.c>
<Location /svn>
DAV svn
SVNParentPath /var/www/svn
SVNReposName "Subversion Repository"
# SSLRequireSSL
AuthBasicProvider ldap
AuthType Basic
AuthzLDAPAuthoritative on
AuthName "Authorization Realm"
AuthLDAPURL "ldaps://ldap.abc.com/ou=people,dc=abc,dc=com?uid?sub?(objectClass=*)" NONE
AuthLDAPBindDN uid=svnadmin,ou=people,dc=abc,dc=com
AuthLDAPBindPassword RjOmm4JIM8VNuecbw7xZ <Limit GET PROPFIND OPTIONS REPORT>
Require valid-user
require ldap-group cn=svnusers,ou=groups,dc=abc,dc=com
AuthLDAPGroupAttribute memberUid
AuthLDAPGroupAttributeIsDN off
</Limit>
</Location>
</IfModule>
</VirtualHost>
--------------------
|
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.