slapd: mise au point, reglage acl sur cn=config

This commit is contained in:
2019-10-08 23:03:15 +02:00
parent 5b93e76d30
commit 313d9e12e5
9 changed files with 59 additions and 24 deletions

View File

@@ -1,5 +1,9 @@
URI ldap://localhost/
BASE {{ ldap_suffix }}
{%if ldap_have_ssl %}
URI ldaps://{{ ldap_server }}
TLS_CACERT {{ ldap_ssl_cacert_path }}
TLS_REQCERT allow
URI ldap://localhost/
{%else%}
URI ldap://localhost
{%endif%}