Add config and documentation for running dirsrv with Docker
This commit is contained in:
@@ -18,7 +18,7 @@ class CreateLdapUserJob < ApplicationJob
|
||||
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'],
|
||||
|
||||
Reference in New Issue
Block a user