mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-10 05:38:34 +01:00
feat: slapd group & systemd
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
modulepath /usr/lib/ldap/
|
||||
moduleload back_bdb.la
|
||||
|
||||
pidfile /var/run/slapd.pid
|
||||
argsfile /var/run/slapd.args
|
||||
pidfile /var/lib/ldap/slapd.pid
|
||||
argsfile /var/lib/ldap/slapd.args
|
||||
|
||||
include /etc/ldap/schema/core.schema
|
||||
include /etc/ldap/schema/cosine.schema
|
||||
@@ -14,14 +14,15 @@ suffix "{{ ldap_suffix }}"
|
||||
rootdn "{{ ldap_bind_dn }}"
|
||||
rootpw {SSHA}HISTORY_PURGED_SECRET
|
||||
|
||||
TLSCACertificateFile /etc/ssl/certs/ca-certificates.crt
|
||||
TLSCertificateFile /etc/letsencrypt/live/ldap.atlantishq.de/cert.pem
|
||||
TLSCertificateKeyFile /etc/letsencrypt/live/ldap.atlantishq.de/privkey.pem
|
||||
#TLSCACertificateFile /etc/ssl/certs/ca-certificates.crt
|
||||
#TLSCertificateFile /etc/letsencrypt/live/ldap.atlantishq.de/cert.pem
|
||||
#TLSCertificateKeyFile /etc/letsencrypt/live/ldap.atlantishq.de/privkey.pem
|
||||
TLSVerifyClient try
|
||||
|
||||
|
||||
logfile /var/log/slapd.log
|
||||
loglevel -1
|
||||
#loglevel -1
|
||||
loglevel none
|
||||
|
||||
directory /var/lib/ldap/
|
||||
cachesize 2000
|
||||
|
||||
Reference in New Issue
Block a user