openldap集成系列

2016-09-15 23:31:07

闲言少叙,先来个svn集成配置

<Location /svn>
DAV svn
SVNParentPath /opt/repo
#SVNPath /opt/repo
AuthType Basic
AuthName "SVN Repo"
#AuthUserFile /opt/svnconf/svn_access_file
AuthzLDAPAuthoritative off
AuthLDAPBindDN "cn=admin,dc=abc,dc=com,dc=cn"
AuthLDAPBindPassword "abc123"
AuthBasicProvider ldap
AuthLDAPURL "ldap://192.168.1.102:389/ou=user,dc=abc,dc=com,dc=cn?cn?sub?(objectClass=*)"
AuthzSVNAccessFile /opt/svnconf/svn_auth_file
Require valid-user
</Location>

proftp集成配置

LDAPAttr uid cn
LDAPServer      ldap://192.168.1.102:389/??sub
LDAPAuthBinds on
DAPBindDN      "cn=admin,dc=abc,dc=com,dc=cn" "abc123"
LDAPUsers       "ou=user,dc=abc,dc=com,dc=cn" (uid=%v)
LDAPGroups       ou=ftp,ou=permission,dc=abc,dc=com,dc=cn

不断更新中


您的鼓励是我写作最大的动力

俗话说,投资效率是最好的投资。 如果您感觉我的文章质量不错,读后收获很大,预计能为您提高 10% 的工作效率,不妨小额捐助我一下,让我有动力继续写出更多好文章。