本文主要是介绍Gitlab集成openLDAP统一认证登录,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
vim /etc/gitlab/gitlab.rb, 可以配置很多个server,因此与sssd服务一样可以配置多个ldap作为高可用
gitlab-ctl reconfiguregitlab-rake gitlab:ldap:checkgitlab-ctl restart
gitlab-rake gitlab:ldap:check
Checking LDAP ...LDAP: ... Server: ldapmain
LDAP authentication... Success
LDAP users with access to your GitLab server (only showing the first 100 results)Checking LDAP ... Finished
这篇关于Gitlab集成openLDAP统一认证登录的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!