Commit 4e109f20 authored by Jann Truog's avatar Jann Truog

remove duplicate declaration of 'encryption' in ldap examples

parent 2ae8ab3a
......@@ -116,7 +116,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',
'encryption' => 'plain',
'verify_certificates' => true,
'tls_options' => {
'ca_file' => '',
......
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