diff --git a/testing/hosts/winnetou/etc/ldap/slapd.conf b/testing/hosts/winnetou/etc/ldap/slapd.conf index 17a32c7f3..2fb8d41e9 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