Commit 969a4a8f7173eaa79f593b4a7d92df263f43d9c0

Authored by Vikraman Choudhury
1 parent ee53b739

Add comment about tls for ldap method

`omniauth-ldap` also supports tls for ldap method
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
config/gitlab.yml.example
... ... @@ -124,7 +124,7 @@ production: &base
124 124 base: '_the_base_where_you_search_for_users'
125 125 port: 636
126 126 uid: 'sAMAccountName'
127   - method: 'ssl' # "ssl" or "plain"
  127 + method: 'ssl' # "tls" or "ssl" or "plain"
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 allow_username_or_email_login: true
... ...