From 1fc1457e976ce717e5bec8cfc8b3e39054c36744 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Kar=C3=A9kinian?= Date: Thu, 28 Apr 2022 11:54:14 +0200 Subject: [PATCH] Replace the LDAP production config for the new server Refs kosmos/chef#227 --- config/ldap.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/ldap.yml b/config/ldap.yml index f81107e..9f41086 100644 --- a/config/ldap.yml +++ b/config/ldap.yml @@ -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