mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-06 19:01:36 +01:00
change: switch to mdb for deb 12
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
modulepath /usr/lib/ldap/
|
modulepath /usr/lib/ldap/
|
||||||
moduleload back_bdb.la
|
moduleload back_mdb.la
|
||||||
|
|
||||||
pidfile /var/lib/ldap/slapd.pid
|
pidfile /var/lib/ldap/slapd.pid
|
||||||
argsfile /var/lib/ldap/slapd.args
|
argsfile /var/lib/ldap/slapd.args
|
||||||
@@ -10,7 +10,7 @@ include /etc/ldap/schema/inetorgperson.schema
|
|||||||
include /etc/ldap/schema/nis.schema
|
include /etc/ldap/schema/nis.schema
|
||||||
include /etc/ldap/schema/verification.schema
|
include /etc/ldap/schema/verification.schema
|
||||||
|
|
||||||
database bdb
|
database mdb
|
||||||
suffix "{{ ldap_suffix }}"
|
suffix "{{ ldap_suffix }}"
|
||||||
rootdn "{{ ldap_bind_dn }}"
|
rootdn "{{ ldap_bind_dn }}"
|
||||||
rootpw {SSHA}HISTORY_PURGED_SECRET
|
rootpw {SSHA}HISTORY_PURGED_SECRET
|
||||||
@@ -26,4 +26,3 @@ logfile /var/log/slapd.log
|
|||||||
loglevel none
|
loglevel none
|
||||||
|
|
||||||
directory /var/lib/ldap/
|
directory /var/lib/ldap/
|
||||||
cachesize 2000
|
|
||||||
|
|||||||
Reference in New Issue
Block a user