Skip to content
代码片段 群组 项目
未验证 提交 c9e47f34 编辑于 作者: Drew Blessing's avatar Drew Blessing 提交者: Drew Blessing
浏览文件

Add Kerberos LDAP mapping to gitlab.yml.example

Add `simple_ldap_linking_allowed_realms` configuration option
and brief explanation to the `gitlab.yml.example` file.
上级 4a1667c4
No related branches found
No related tags found
无相关合并请求
......@@ -854,6 +854,12 @@ production: &base
# (default: accept any service name in keytab file)
# service_principal_name: HTTP/gitlab.example.com@EXAMPLE.COM
# Kerberos realms/domains that are allowed to automatically link LDAP identities.
# By default, GitLab accepts a realm that matches the domain derived from the
# LDAP `base` DN. For example, `ou=users,dc=example,dc=com` would allow users
# with a realm matching `example.com`.
# simple_ldap_linking_allowed_realms: ['example.com','kerberos.example.com']
# Dedicated port: Git before 2.4 does not fall back to Basic authentication if Negotiate fails.
# To support both Basic and Negotiate methods with older versions of Git, configure
# nginx to proxy GitLab on an extra port (e.g. 8443) and uncomment the following lines
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册