]> git.sur5r.net Git - openldap/blobdiff - tests/data/slapd-proxycache.conf
ITS#3671 must release conn->c_mutex to allow blocked writers to exit
[openldap] / tests / data / slapd-proxycache.conf
index de837f3b938a4005da71af60bb4daf531a1f7552..bfcb01a756c895a02ac156f7157612dbe32df552 100644 (file)
@@ -1,8 +1,9 @@
 # proxy cache slapd config 
-# $OpenLDAP$
+# $OpenLDAP: pkg/ldap/tests/data/slapd-proxycache.conf,v 1.6.2.4 2003/12/15 22
+ :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
@@ -13,7 +14,6 @@
 ## top-level directory of the distribution or, alternatively, at
 ## <http://www.OpenLDAP.org/license.html>.
 
-ucdata-path    ./ucdata
 include ./schema/core.schema
 include ./schema/cosine.schema
 include ./schema/inetorgperson.schema
@@ -25,17 +25,21 @@ argsfile    ./testrun/slapd.2.args
 
 #mod#modulepath        ../servers/slapd/back-@BACKEND@/
 #mod#moduleload        back_@BACKEND@.la
-#ldapmod#moduleload    ../servers/slapd/back-ldap/back_ldap.la
-#pcachemod#moduleload ../servers/slapd/overlays/pcache.la
+#ldapmod#modulepath    ../servers/slapd/back-ldap/
+#ldapmod#moduleload    back_ldap.la
+#monitormod#modulepath ../servers/slapd/back-monitor/
+#monitormod#moduleload back_monitor.la
+#pcachemod#modulepath ../servers/slapd/overlays/
+#pcachemod#moduleload pcache.la
 
 #######################################################################
 # database definitions
 #######################################################################
 
 database       ldap
-suffix          "o=University of Michigan,c=US"
-rootdn          "o=University of Michigan,c=US"
-uri            ldap://127.0.0.1:9011/o=University%20of%20Michigan%2cc=US
+suffix          "dc=example,dc=com"
+rootdn          "dc=example,dc=com"
+uri            "@URI1@"
 
 overlay proxycache
 proxycache     @BACKEND@ 100 2 @ENTRY_LIMIT@ @CACHETTL@
@@ -50,3 +54,5 @@ cachesize 20
 directory ./testrun/db.2.a
 index          objectClass     eq
 index          cn,sn,uid,mail  pres,eq,sub
+
+#monitor#database monitor