role slapd:

- setup ssl (WIP)
- setup replication provider (WIP)
- setup replication consumer (WIP)

ssl and replication provider seems to be ok (need to test on clean machine)

replication consumer needs more testing
This commit is contained in:
2019-07-19 14:54:26 +02:00
parent 2ee476a4ef
commit 15911cbd6f
8 changed files with 156 additions and 6 deletions

View File

@@ -1,2 +1,5 @@
URI ldap://localhost/
BASE {{ ldap_suffix }}
{%if ldap_have_ssl %}
TLS_CACERT {{ ldap_ssl_cacert_path }}
{%endif%}