]> git.sur5r.net Git - openldap/blobdiff - tests/data/slapd-proxycache.conf
Fix typos
[openldap] / tests / data / slapd-proxycache.conf
index 045071cd19c5ba4e6fbb122b5228e3c5f3f2ae89..f739315e066a4cf51e4429f0450d77029b7bef8d 100644 (file)
@@ -3,7 +3,7 @@
  :05:29 kurt Exp $
 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
 ##
-## Copyright 1998-2003 The OpenLDAP Foundation.
+## Copyright 1998-2005 The OpenLDAP Foundation.
 ## All rights reserved.
 ##
 ## Redistribution and use in source and binary forms, with or without
@@ -41,7 +41,7 @@ suffix          "dc=example,dc=com"
 rootdn          "dc=example,dc=com"
 uri            "@URI1@"
 
-overlay proxycache
+overlay                pcache
 proxycache     @BACKEND@ 100 2 @ENTRY_LIMIT@ @CACHETTL@
 proxyattrset 0         sn cn title uid
 proxyattrset 1         mail postaladdress telephonenumber cn uid
@@ -50,9 +50,15 @@ proxytemplate        (sn=) 0 @CACHETTL@
 proxytemplate          (uid=) 1 @CACHETTL@
 proxytemplate          (mail=) 0 @CACHETTL@
        
-cachesize 20
-directory ./testrun/db.2.a
-index          objectClass     eq
-index          cn,sn,uid,mail  pres,eq,sub
+#bdb#cachesize 20
+#hdb#cachesize 20
+#ldbm#cachesize 20
+directory      ./testrun/db.2.a
+#bdb#index             objectClass     eq
+#bdb#index             cn,sn,uid,mail  pres,eq,sub
+#hdb#index             objectClass     eq
+#hdb#index             cn,sn,uid,mail  pres,eq,sub
+#ldbm#index            objectClass     eq
+#ldbm#index            cn,sn,uid,mail  pres,eq,sub
 
-#monitor#database monitor
+#monitor#database      monitor