summaryrefslogtreecommitdiff
path: root/config/gitlab.yml.example
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dzaporozhets@gitlab.com>2014-10-01 07:04:08 +0000
committerDmitriy Zaporozhets <dzaporozhets@gitlab.com>2014-10-01 07:04:08 +0000
commit73b92f85bcd6c213b845cc997843a969cf0906cf (patch)
tree15f5a46b4cc81c064d58d58b8fee38672721ea20 /config/gitlab.yml.example
parent88d3e97e502f0be4f01fed100a06e04b2e0f2017 (diff)
parentf7aba277e7971668172196da74f946e5a48aabc3 (diff)
downloadgitlab-ce-73b92f85bcd6c213b845cc997843a969cf0906cf.tar.gz
Merge branch 'add_active_directory_ldap_option' into 'master'
Add active directory ldap option Fixes #1557 See merge request !1139
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r--config/gitlab.yml.example6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example
index 93510356208..857643c006e 100644
--- a/config/gitlab.yml.example
+++ b/config/gitlab.yml.example
@@ -140,6 +140,12 @@ production: &base
method: 'ssl' # "tls" or "ssl" or "plain"
bind_dn: '_the_full_dn_of_the_user_you_will_bind_with'
password: '_the_password_of_the_bind_user'
+
+ # This setting specifies if LDAP server is Active Directory LDAP server.
+ # For non AD servers it skips the AD specific queries.
+ # If your LDAP server is not AD, set this to false.
+ active_directory: true
+
# If allow_username_or_email_login is enabled, GitLab will ignore everything
# after the first '@' in the LDAP username submitted by the user on login.
#