use variables for server settings and move from self signed cert to real ones
This commit is contained in:
parent
fd9e792aec
commit
1a4aec1b66
1 changed files with 4 additions and 3 deletions
|
@ -1,5 +1,6 @@
|
||||||
|
|
||||||
BASE dc=foo,dc=sh
|
BASE {{ ldap_basedn }}
|
||||||
URI ldaps://ldap01.home.foo.sh
|
URI {% for item in ldap_server %}ldaps://{{ item }} {% endfor %}
|
||||||
|
|
||||||
TLS_CACERT {{ tls_certs }}/ca.crt
|
TLS_CACERT {{ tls_certs }}/cert.pem
|
||||||
|
TLS_REQCERT demand
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue