Enable LDAP for the XMPP 5apps.com vhost #132

Manually merged
raucao merged 7 commits from feature/123-ejabberd_5apps into master 2020-02-17 14:41:05 +00:00
Showing only changes of commit 72cc6342f1 - Show all commits

View File

@ -143,9 +143,6 @@ template "/opt/ejabberd/conf/ejabberd.yml" do
sensitive true
variables pgsql_password: postgresql_data_bag_item['ejabberd_user_password'],
hosts: hosts,
ldap_base: ldap_base,
ldap_server: ldap_domain,
ldap_encryption_type: ldap_encryption_type,
admin_users: admin_users
notifies :run, "execute[ejabberdctl reload_config]", :delayed
end