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

Jenkins持续集成 之 GitLab使用LDAP登陆

时间:2018-12-03 00:49:47      阅读:244      评论:0      收藏:0      [点我收藏+]

标签:gitlab   with   water   col   load   size   http   conf   rail   

一、在配置文件下增加如下内容
gitlab_rails[‘ldap_enabled‘] = true

###! **remember to close this block with ‘EOS‘ below**
gitlab_rails[‘ldap_servers‘] = YAML.load <<-‘EOS‘
   main: # ‘main‘ is the GitLab ‘provider ID‘ of this LDAP server
     label: ‘LDAP‘
     host: ‘10.3.151.13‘
     port: 389
     uid: ‘sAMAccountName‘
     bind_dn: ‘cn=ittest,cn=Users,dc=xxx,dc=com‘
     method: ‘plain‘ # "tls" or "ssl" or "plain"
     password: ‘xxxx‘
     active_directory: true
     allow_username_or_email_login: false
     lowercase_usernames: false
     block_auto_created_users: false
     base: ‘OU=yyy,DC=xxx,DC=com‘
     user_filter: ‘‘
EOS

备注:需运行gti-clt reconfigure git-clt restart 才生效

技术分享图片

Jenkins持续集成 之 GitLab使用LDAP登陆

标签:gitlab   with   water   col   load   size   http   conf   rail   

原文地址:http://blog.51cto.com/12965094/2325051

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