mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-09 15:38:33 +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
|
ntfy_api_access_token: HISTORY_PURGED_SECRET
|
||||||
|
|
||||||
ldap_password: flanigan
|
ldap_password: flanigan
|
||||||
|
ldap_root_pw: HISTORY_PURGED_SECRET
|
||||||
ldap_dc: "atlantishq"
|
ldap_dc: "atlantishq"
|
||||||
ldap_org: "atlantishq de"
|
ldap_org: "atlantishq de"
|
||||||
ldap_suffix: "dc=atlantishq,dc=de"
|
ldap_suffix: "dc=atlantishq,dc=de"
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ include /etc/ldap/schema/verification.schema
|
|||||||
database mdb
|
database mdb
|
||||||
suffix "{{ ldap_suffix }}"
|
suffix "{{ ldap_suffix }}"
|
||||||
rootdn "{{ ldap_bind_dn }}"
|
rootdn "{{ ldap_bind_dn }}"
|
||||||
rootpw {SSHA}HISTORY_PURGED_SECRET
|
rootpw {SSHA}{{ ldap_root_pw }}
|
||||||
|
|
||||||
#TLSCACertificateFile /etc/ssl/certs/ca-certificates.crt
|
#TLSCACertificateFile /etc/ssl/certs/ca-certificates.crt
|
||||||
#TLSCertificateFile /etc/letsencrypt/live/ldap.atlantishq.de/cert.pem
|
#TLSCertificateFile /etc/letsencrypt/live/ldap.atlantishq.de/cert.pem
|
||||||
|
|||||||
Reference in New Issue
Block a user