Add config and documentation for running dirsrv with Docker

This commit is contained in:
Râu Cao
2022-12-05 13:35:30 +01:00
parent 1a30345f46
commit 93d56f79d5
5 changed files with 51 additions and 20 deletions

View File

@@ -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'],