]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
testing: Switch to MDB backend for OpenLDAP (slapd)
authorTobias Brunner <tobias@strongswan.org>
Mon, 26 Jun 2023 12:25:35 +0000 (14:25 +0200)
committerTobias Brunner <tobias@strongswan.org>
Thu, 13 Jul 2023 08:48:53 +0000 (10:48 +0200)
The BDB and HDB backends were long deprecated and have finally been
removed with OpenLDAP 2.5 that's shipped with Debian bookworm.

testing/hosts/winnetou/etc/ldap/slapd.conf

index 17a32c7f3a0407233a56a9f52b9e38cdfd22cea2..2fb8d41e9f4cd94fbe6fefe8871489c84a0dbbdd 100644 (file)
@@ -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