ldap相关
ubuntu1604 openldap和phpLdapAdmin
https://www.techrepublic.com/article/how-to-install-openldap-and-phpldapadmin-on-ubuntu-16-04/
LDAP落地实战(一):OpenLDAP部署及管理维护--这里一个DC-OU-DN-CN的图很好
https://mp.weixin.qq.com/s/JyH5mqwWFt0N1nGYZqBCBQ?scene=25#wechat_redirect
完整版的OpenLDAP搭建全过程@RHEL
https://www.cnblogs.com/lemon-le/category/934302.html
http://www.openldap.org/doc/admin24/quickstart.html
http://www.openldap.org/doc/admin24/index.html
jenkins
jenkins的ldpa配置,以及账户设置,权限区分相关的配置
https://www.cnblogs.com/zhaojiedi1992/p/zhaojiedi_liunx_52_ldap_for_jenkins.html
这个网址比较全,openldap,gitlab以及jenkins的都有
https://www.cnblogs.com/37Y37/p/9430272.html
这里介绍了如果jenkins的ldap配置失败系统原生admin账户无法登录后的解决办法
https://www.jianshu.com/p/f6c96701d35d
gitlab
按照
https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-gitlab-on-ubuntu-18-04
步骤,修改初始密码,按照
https://www.cnblogs.com/dqcer/p/9596813.html
的细节,具体:
sudo gitlab-rails console production
u=User.where(id:1).first
u.password=12345678
u.password_confirmation=1234567
u.save
配置文件/etc/gitlab/gitlab.rb,具体参照:
https://docs.gitlab.com/ee/administration/auth/ldap.html
这里也有一个配置文件例子
LDAP落地实战(三):GitLab集成OpenLDAP认证
redmine
wiki