Disable TLS for LDAP since we're using Zerotier networking
This commit is contained in:
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user