尔游网
您的当前位置:首页Configuring Subversion with Active Directory Authentication

Configuring Subversion with Active Directory Authentication

来源:尔游网

windows版 全文:

 

 

Linux 版 全文 (强烈推荐仔细阅读,有大量的讨论各种问题的解决):

  

重点:

 

Once you are done, the entire <Location / svn> section should look like this:<Location /svn>
DAV svn
SVNParentPath C:/svn_repository
SVNListParentPath On
AuthzSVNAccessFile C:/svn_repository/access.txt
AuthzLDAPAuthoritative off
AuthType Basic
AuthBasicProvider ldap
AuthName "your.domain"
AuthLDAPBindDN "CN=account,CN=Users,DC=your,DC=domain"
AuthLDAPBindPassword "password"
AuthLDAPURL "ldap://your.domain/DC=your,DC=domain?sAMAccountName?sub?(objectClass=*)"
Require valid-user
</Location>

因篇幅问题不能全部显示,请点此查看更多更全内容