fix: template ldap root pw

This commit is contained in:
2024-12-22 23:29:14 +00:00
parent cfa5bff05c
commit 3a23707fd3
2 changed files with 2 additions and 1 deletions

View File

@@ -57,6 +57,7 @@ ntfy_push_target: https://push.atlantishq.de
ntfy_api_access_token: HISTORY_PURGED_SECRET
ldap_password: flanigan
ldap_root_pw: HISTORY_PURGED_SECRET
ldap_dc: "atlantishq"
ldap_org: "atlantishq de"
ldap_suffix: "dc=atlantishq,dc=de"

View File

@@ -13,7 +13,7 @@ include /etc/ldap/schema/verification.schema
database mdb
suffix "{{ ldap_suffix }}"
rootdn "{{ ldap_bind_dn }}"
rootpw {SSHA}HISTORY_PURGED_SECRET
rootpw {SSHA}{{ ldap_root_pw }}
#TLSCACertificateFile /etc/ssl/certs/ca-certificates.crt
#TLSCertificateFile /etc/letsencrypt/live/ldap.atlantishq.de/cert.pem