Only allow ejabberd logins when XMPP service is enabled

This commit is contained in:
2024-03-27 20:12:33 +04:00
parent 263eb88b72
commit 12b4fb37fa
2 changed files with 8 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ host_config:
ldap_password: "<%= @host[:ldap_password] %>"
ldap_encrypt: <%= @ldap_encryption_type %>
ldap_base: "ou=<%= @host[:name] %>,<%= @ldap_base %>"
ldap_filter: "(objectClass=person)"
ldap_filter: "<%= @ldap_filter %>"
<% end -%>
append_host_config: