summaryrefslogtreecommitdiff
path: root/config/gitlab.yml.example
diff options
context:
space:
mode:
authorFrancisco Javier López <fjlopez@gitlab.com>2018-02-05 22:35:34 +0000
committerDouwe Maan <douwe@gitlab.com>2018-02-05 22:35:34 +0000
commitcd461400eb2e592c52c1b6ba61771df2fa2913bd (patch)
tree25c3bab9201c74672fc318a50454844f50a687e1 /config/gitlab.yml.example
parent7c8e7a8d1f4a65f8b55172c1ee53096b7baac493 (diff)
downloadgitlab-ce-cd461400eb2e592c52c1b6ba61771df2fa2913bd.tar.gz
Added ldap config setting to lower case usernames
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r--config/gitlab.yml.example3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example
index 33230b9355d..bbc2bcfb0cc 100644
--- a/config/gitlab.yml.example
+++ b/config/gitlab.yml.example
@@ -370,6 +370,9 @@ production: &base
first_name: 'givenName'
last_name: 'sn'
+ # If lowercase_usernames is enabled, GitLab will lower case the username.
+ lowercase_usernames: false
+
# GitLab EE only: add more LDAP servers
# Choose an ID made of a-z and 0-9 . This ID will be stored in the database
# so that GitLab can remember which LDAP server a user belongs to.