Replace the LDAP production config for the new server
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details

Refs kosmos/chef#227
This commit is contained in:
Greg 2022-04-28 11:54:14 +02:00
parent 1f57bbd9c2
commit 1fc1457e97
1 changed files with 3 additions and 3 deletions

View File

@ -46,11 +46,11 @@ test:
# <<: *AUTHORIZATIONS
production:
host: ldap.kosmos.org
port: 636
host: ldap.kosmos.local
port: 389
attribute: cn
base: ou=kosmos.org,cn=users,dc=kosmos,dc=org
admin_user: <%= Rails.application.credentials.ldap[:username] rescue nil %>
admin_password: <%= Rails.application.credentials.ldap[:password] rescue nil %>
ssl: simple_tls
# ssl: false
# <<: *AUTHORIZATIONS