mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-29 10:07:32 -05:00
making proxy cache backend agnostic
This commit is contained in:
parent
2b803b0459
commit
26064429ba
1 changed files with 2 additions and 2 deletions
|
|
@ -13,10 +13,10 @@ argsfile ./test-cache/slapd.args
|
|||
access to * by write
|
||||
|
||||
#######################################################################
|
||||
# ldbm database definitions
|
||||
# database definitions
|
||||
#######################################################################
|
||||
|
||||
database ldbm
|
||||
database @BACKEND@
|
||||
|
||||
suffix "o=University of Michigan,c=US,cn=cache"
|
||||
cachesize 20
|
||||
|
|
|
|||
Loading…
Reference in a new issue