From 8a9d026097093a1e1bb471392409a0d55003e558 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Sat, 13 Dec 2003 02:35:27 +0000 Subject: [PATCH] Fix URI to work with either back-ldap or back-meta --- tests/data/slapd-proxycache.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/data/slapd-proxycache.conf b/tests/data/slapd-proxycache.conf index 37163278d7..de837f3b93 100644 --- a/tests/data/slapd-proxycache.conf +++ b/tests/data/slapd-proxycache.conf @@ -35,7 +35,7 @@ argsfile ./testrun/slapd.2.args database ldap suffix "o=University of Michigan,c=US" rootdn "o=University of Michigan,c=US" -uri ldap://127.0.0.1:9011 +uri ldap://127.0.0.1:9011/o=University%20of%20Michigan%2cc=US overlay proxycache proxycache @BACKEND@ 100 2 @ENTRY_LIMIT@ @CACHETTL@ -- 2.39.5