- 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
6 lines
115 B
Plaintext
6 lines
115 B
Plaintext
URI ldap://localhost/
|
|
BASE {{ ldap_suffix }}
|
|
{%if ldap_have_ssl %}
|
|
TLS_CACERT {{ ldap_ssl_cacert_path }}
|
|
{%endif%}
|