Files
strongswan-ext/testing/hosts/winnetou/etc/ldap/slapd.conf
T
Tobias Brunner e604947df8 testing: Switch to MDB backend for OpenLDAP (slapd)
The BDB and HDB backends were long deprecated and have finally been
removed with OpenLDAP 2.5 that's shipped with Debian bookworm.
2023-07-13 10:48:53 +02:00

24 lines
586 B
Plaintext

#
# See slapd.conf(5) for details on configuration options.
# This file should NOT be world readable.
#
moduleload back_mdb.la
include /etc/ldap/schema/core.schema
pidfile /var/run/openldap/slapd.pid
argsfile /var/run/openldap/slapd.args
#######################################################################
# Database definitions
#######################################################################
database mdb
suffix "o=strongSwan Project,c=CH"
rootdn "cn=Manager,o=strongSwan Project,c=CH"
checkpoint 32 30
rootpw tuxmux
directory /var/lib/ldap
index objectClass eq