mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-21 22:34:08 -05:00
Fix URI to work with either back-ldap or back-meta
This commit is contained in:
parent
b011c51390
commit
8a9d026097
1 changed files with 1 additions and 1 deletions
|
|
@ -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@
|
||||
|
|
|
|||
Loading…
Reference in a new issue