Use the new LDAP services application accounts

This commit is contained in:
Greg 2022-05-11 14:49:28 +02:00
parent e53e55cb2d
commit c56870008e
1 changed files with 1 additions and 1 deletions

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"