diff --git a/gitlab/gitlab.rb b/gitlab/gitlab.rb index f7be1f5..0badd32 100644 --- a/gitlab/gitlab.rb +++ b/gitlab/gitlab.rb @@ -328,7 +328,7 @@ ###! **Be careful not to break the indentation in the ldap_servers block. It is ###! in yaml format and the spaces must be retained. Using tabs will not work.** -# gitlab_rails['ldap_enabled'] = false +gitlab_rails['ldap_enabled'] = true # gitlab_rails['prevent_ldap_sign_in'] = false ###! **remember to close this block with 'EOS' below**