Commit d435fbb9b223c035e9d32e5746a4f9bc092e5dce

Authored by Jacob Vosmaer
1 parent 3fe578a7

Fix typo in LDAP explanation comment

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
config/gitlab.yml.example
... ... @@ -128,7 +128,7 @@ production: &base
128 128 bind_dn: '_the_full_dn_of_the_user_you_will_bind_with'
129 129 password: '_the_password_of_the_bind_user'
130 130 # If allow_username_or_email_login is enabled, GitLab will ignore everything
131   - # after the first '@' in LDAP the username submitted by the user on login.
  131 + # after the first '@' in the LDAP username submitted by the user on login.
132 132 # Example:
133 133 # - the user enters 'jane.doe@example.com' and 'p@ssw0rd' as LDAP credentials;
134 134 # - GitLab queries the LDAP server with 'jane.doe' and 'p@ssw0rd'.
... ...