Docker Compose config, local 389ds/dirsrv, LDAP and user seeds #74

Merged
raucao merged 27 commits from feature/docker_compose into master 2022-12-27 06:26:43 +00:00
Showing only changes of commit 3834e5230b - Show all commits

View File

@@ -27,7 +27,7 @@ class Admin::LdapUsersController < Admin::BaseController
def ldap_client
ldap_client ||= Net::LDAP.new host: ldap_config['host'],
port: ldap_config['port'],
encryption: ldap_config['ssl'],
# encryption: ldap_config['ssl'],
auth: {
method: :simple,
username: ldap_config['admin_user'],