- 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
11 lines
304 B
YAML
11 lines
304 B
YAML
---
|
|
# vars file for /etc/ansible/roles/slapd
|
|
ldap_domain: example
|
|
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 }}"
|