Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

Commit

Permalink
fix: bad copy/paste
Browse files Browse the repository at this point in the history
  • Loading branch information
ndf-dw committed Jul 25, 2023
1 parent 48bd948 commit 1f78d33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/gitlab.rb.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down

0 comments on commit 1f78d33

Please sign in to comment.