Disable TLS for LDAP since we're using Zerotier networking
This commit is contained in:
parent
ff7cb1ce4a
commit
e53e55cb2d
@ -124,7 +124,7 @@ modules:
|
|||||||
]
|
]
|
||||||
|
|
||||||
ldap_domain = node['kosmos-dirsrv']['master_hostname']
|
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"
|
ldap_base = "cn=users,dc=kosmos,dc=org"
|
||||||
|
|
||||||
admin_users = ejabberd_credentials['admins']
|
admin_users = ejabberd_credentials['admins']
|
||||||
|
Loading…
x
Reference in New Issue
Block a user