Commit 348e49d8 authored by Stan Hu's avatar Stan Hu

Merge branch 'patch-257' into 'master'

remove duplicate declaration of 'encryption' in ldap examples

See merge request gitlab-org/gitlab!45496
parents 2ae8ab3a 4e109f20
......@@ -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