码迷,mamicode.com
首页 > Web开发 > 详细

apache+svn+ldap集成

时间:2017-09-16 18:57:07      阅读:267      评论:0      收藏:0      [点我收藏+]

标签:.com   bind   blog   配置   auth   bsp   dap   htm   password   

apache+svn搭建方式如下:http://www.cnblogs.com/uglyliu/p/6914056.html

SVN和ldap集成,我用的方式只需要更改 /etc/http/conf.d/subversion.conf

配置如下:

<Location /svn/>
        DAV svn
        SVNListParentPath on
        SVNParentPath /home/svndata
        AuthBasicAuthoritative on
        AuthType Basic
        AuthName "svn"
        AuthBasicProvider ldap
        AuthzLDAPAuthoritative    off
        AuthLDAPURL    "ldap://ldap ip:389/dc=自己设置,dc=com?uid?sub?(objectClass=*)"
        AuthLDAPBindDN "cn=manager,dc=自己设置,dc=com"
        AuthLDAPBindPassword "manager的密码"
        AuthzSVNAccessFile /etc/subversion/svn-authz.conf
        Require valid-user
</Location>

 

apache+svn+ldap集成

标签:.com   bind   blog   配置   auth   bsp   dap   htm   password   

原文地址:http://www.cnblogs.com/uglyliu/p/7531833.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!