From 9417603f91f1702ed90c11af346815075c332f92 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Thu, 11 Jan 2024 10:09:54 -0500 Subject: [PATCH] tests: Switch openldap database to the LMDB backend The Berkeley DB backends is deprecated upstream. Signed-off-by: Rob Crittenden --- tests/sanity-ldapdb-plugin/runtest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/sanity-ldapdb-plugin/runtest.sh b/tests/sanity-ldapdb-plugin/runtest.sh index 372d697..0998543 100755 --- a/tests/sanity-ldapdb-plugin/runtest.sh +++ b/tests/sanity-ldapdb-plugin/runtest.sh @@ -75,7 +75,7 @@ allow bind_v2 pidfile /var/run/openldap/slapd.pid argsfile /var/run/openldap/slapd.args -database bdb +database mdb suffix "dc=my-domain,dc=com" rootdn "uid=admin,dc=my-domain,dc=com" rootpw x