Commit a8d58b4c authored by Kati Paizee's avatar Kati Paizee

Merge branch 'ldap_example_duplicate' into 'master'

Remove duplicate line in example configuration of ldap

See merge request gitlab-org/gitlab!74677
parents 9e121fe9 85eb9cfe
......@@ -103,7 +103,6 @@ gitlab_rails['ldap_servers'] = {
'verify_certificates' => true,
'bind_dn' => '_the_full_dn_of_the_user_you_will_bind_with',
'password' => '_the_password_of_the_bind_user',
'verify_certificates' => true,
'tls_options' => {
'ca_file' => '',
'ssl_version' => '',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment