From 1f78d333579f6ff6971380237ae7c8a5ec0380bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20de=20Ferri=C3=A8res?= Date: Tue, 25 Jul 2023 15:09:58 +0200 Subject: [PATCH] fix: bad copy/paste --- templates/gitlab.rb.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/gitlab.rb.j2 b/templates/gitlab.rb.j2 index d2210e69..6e8eeda9 100644 --- a/templates/gitlab.rb.j2 +++ b/templates/gitlab.rb.j2 @@ -57,8 +57,8 @@ gitlab_rails['ldap_servers'] = { 'encryption' => '{{ gitlab_ldap_method}}', 'bind_dn' => '{{ gitlab_ldap_bind_dn }}', 'password' => '{{ gitlab_ldap_password }}', - 'allow_username_or_email_login' => true - 'base' => '{{ gitlab_ldap_base }', + 'allow_username_or_email_login' => true, + 'base' => '{{ gitlab_ldap_base }}' } } {% endif %}