From: Tobias Brunner Date: Mon, 26 Jun 2023 12:25:35 +0000 (+0200) Subject: testing: Switch to MDB backend for OpenLDAP (slapd) X-Git-Tag: android-2.4.2~22^2~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e604947df875ad76726b21c098dafdc5305a79d8;p=thirdparty%2Fstrongswan.git 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. --- 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