mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-04 00:00:14 -04:00
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.
This commit is contained in:
parent
ab13c1c808
commit
e604947df8
@ -3,7 +3,7 @@
|
||||
# This file should NOT be world readable.
|
||||
#
|
||||
|
||||
moduleload back_bdb.la
|
||||
moduleload back_mdb.la
|
||||
|
||||
include /etc/ldap/schema/core.schema
|
||||
|
||||
@ -11,10 +11,10 @@ pidfile /var/run/openldap/slapd.pid
|
||||
argsfile /var/run/openldap/slapd.args
|
||||
|
||||
#######################################################################
|
||||
# BDB database definitions
|
||||
# Database definitions
|
||||
#######################################################################
|
||||
|
||||
database bdb
|
||||
database mdb
|
||||
suffix "o=strongSwan Project,c=CH"
|
||||
rootdn "cn=Manager,o=strongSwan Project,c=CH"
|
||||
checkpoint 32 30
|
||||
|
Loading…
x
Reference in New Issue
Block a user