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

@@ -5,3 +5,6 @@ ldap_domain_ext: net
ldap_suffix: "dc={{ldap_domain}},dc={{ldap_domain_ext}}"
ldap_admin_dn: "cn=manager,{{ldap_suffix}}"
ldap_admin_password: "123Soleil"
ldap_auth:
bind_dn: "{{ ldap_admin_dn }}"
bind_pw: "{{ ldap_admin_password }}"