Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2014-01-17 14:39:33 +0400
committerJacob Vosmaer <contact@jacobvosmaer.nl>2014-01-17 14:39:33 +0400
commitd435fbb9b223c035e9d32e5746a4f9bc092e5dce (patch)
tree27bf94a8abecc9122838f566c6cd709dd1aaa067 /config
parent3fe578a7fdaea8607cf98ffb1878c03fd5ac3649 (diff)
Fix typo in LDAP explanation comment
Diffstat (limited to 'config')
-rw-r--r--config/gitlab.yml.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example
index 845862fe7ae..52548106b0c 100644
--- a/config/gitlab.yml.example
+++ b/config/gitlab.yml.example
@@ -128,7 +128,7 @@ production: &base
bind_dn: '_the_full_dn_of_the_user_you_will_bind_with'
password: '_the_password_of_the_bind_user'
# If allow_username_or_email_login is enabled, GitLab will ignore everything
- # after the first '@' in LDAP the username submitted by the user on login.
+ # after the first '@' in the LDAP username submitted by the user on login.
# Example:
# - the user enters 'jane.doe@example.com' and 'p@ssw0rd' as LDAP credentials;
# - GitLab queries the LDAP server with 'jane.doe' and 'p@ssw0rd'.