[Date Prev][Date Next] [Chronological] [Thread] [Top]

test020-proxycache needs @MODULELOAD@ hack (ITS#2815)



Full_Name: Masato Taruishi
Version: HEAD
OS: Debian GNU/Linux
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (210.128.90.14)


Hi,

test020-proxycache fails when cache backend is dynamic even if
back-meta is configured as static module.

I guess this script also needs @MODULELOAD@ hack.

Thanks

--- tests/data/slapd-proxycache.conf    22 Oct 2003 03:14:08 -0000      1.7
+++ tests/data/slapd-proxycache.conf    6 Nov 2003 09:29:34 -0000
@@ -11,6 +11,9 @@
 pidfile     ./testrun/slapd.2.pid
 argsfile    ./testrun/slapd.2.args
                                                                               

+modulepath      ../servers/slapd/back-@BACKEND@/
+@MODULELOAD@
+
 access to * by write
                                                                               

 #######################################################################