12 lines
353 B
YAML
12 lines
353 B
YAML
ldap_domain: example.com
|
|
ldap_basedn: dc=example,dc=com
|
|
|
|
ldap_admin_dn: cn=admin,{{ ldap_basedn }}
|
|
ldap_bind_dn: cn=binduser,{{ ldap_basedn }}
|
|
|
|
ldap_cert_path: /etc/openldap/certs/ldap.crt
|
|
ldap_key_path: /etc/openldap/certs/ldap.key
|
|
|
|
ldap_directory_manager_dn: "cn=Manager,{{ ldap_basedn }}"
|
|
ldap_directory_manager_pw_hash: "{{ ldap_manager_pw_hash }}"
|