Disable TLS for LDAP since we're using Zerotier networking

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

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']