Use the new LDAP server in the ejabberd configuration #406

Merged
raucao merged 4 commits from chore/ejabberd_new_ldap_server into new_ldap_server 2022-05-11 12:57:24 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit e53e55cb2d - Show all commits

View File

@ -124,7 +124,7 @@ modules:
]
ldap_domain = node['kosmos-dirsrv']['master_hostname']
ldap_encryption_type = node.chef_environment == "development" ? "none" : "tls"
ldap_encryption_type = "none"
ldap_base = "cn=users,dc=kosmos,dc=org"
admin_users = ejabberd_credentials['admins']