码迷,mamicode.com
首页 > 其他好文 > 详细

git ldap

时间:2014-12-12 16:14:28      阅读:278      评论:0      收藏:0      [点我收藏+]

标签:http   ar   os   sp   div   bs   ad   ef   as   

https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/README.md

 

 

ldap :

     enabled : true

     host : ‘openldap.54im.com‘

     port : 389
     uid : ‘uid‘

     method : ‘plain‘

     base : ‘dc=openldap,dc=54im,dc=com‘

     bind_dn : ‘cn=gitlab,ou=People,dc=openldap,dc=54im,dc=com‘

     password : ‘gitlab‘

     user_filter : ‘‘

port 这里填openldap端口,如果是用加密的话,端口是 636

method 这里是openldap认证方式,plain是简单认证,还有ssl 和tls,如果是加密的话选ssl或者tls,对应端口也是636

base:填自己的组织架构,当然也可以精确到OU, ou=People,dc=openldap,dc=54im,dc=com 这里有只有People这个OU下面的用户能登录到gitlab

user_filter 禁止某个用户登录

bind_dn 这个是指定连接openldap的帐号

password 这个是指定连接openldap的账户密码

git ldap

标签:http   ar   os   sp   div   bs   ad   ef   as   

原文地址:http://www.cnblogs.com/wfcfan/p/4159739.html

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