add manager logic

This commit is contained in:
2026-01-24 14:10:58 -07:00
parent 0a4373bb58
commit ec1342f6b3
4 changed files with 26 additions and 0 deletions

View File

@@ -6,3 +6,6 @@ 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 }}"