diff --git a/tests/data/slapd.conf b/tests/data/slapd.conf index d14839190e..6603418b41 100644 --- a/tests/data/slapd.conf +++ b/tests/data/slapd.conf @@ -1,5 +1,7 @@ +# $OpenLDAP$ # -# master slapd config -- for proxy cache testing +# stand-alone slapd config -- for testing +# with indexing # ucdata-path ./ucdata include ./schema/core.schema @@ -11,7 +13,8 @@ include ./schema/nis.schema pidfile ./testrun/slapd.1.pid argsfile ./testrun/slapd.1.args -modulepath ../servers/slapd/back-bdb/ +modulepath ../servers/slapd/back-@BACKEND@/ +@MODULELOAD@ #######################################################################