mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-06 06:41:36 +01:00
fix: template ldap root pw
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user