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
Showing only changes of commit c56870008e - Show all commits

View File

@ -130,7 +130,7 @@ ldap_base = "cn=users,dc=kosmos,dc=org"
admin_users = ejabberd_credentials['admins']
hosts.each do |host|
ldap_rootdn = "uid=xmpp,ou=#{host[:name]},cn=applications,dc=kosmos,dc=org"
ldap_rootdn = "uid=service,ou=#{host[:name]},cn=applications,dc=kosmos,dc=org"
template "/opt/ejabberd/conf/#{host[:name]}.yml" do
source "vhost.yml.erb"