From e604947df875ad76726b21c098dafdc5305a79d8 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Mon, 26 Jun 2023 14:25:35 +0200 Subject: [PATCH] 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. --- testing/hosts/winnetou/etc/ldap/slapd.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/testing/hosts/winnetou/etc/ldap/slapd.conf b/testing/hosts/winnetou/etc/ldap/slapd.conf index 17a32c7f3a..2fb8d41e9f 100644 --- a/testing/hosts/winnetou/etc/ldap/slapd.conf +++ b/testing/hosts/winnetou/etc/ldap/slapd.conf @@ -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 -- 2.47.3