]> git.sur5r.net Git - openldap/blobdiff - tests/data/slapd-emptydn.conf
Fix typos
[openldap] / tests / data / slapd-emptydn.conf
index 29c48030e570d75be91b04f8f8bb1945e0615c4d..b98b059ff6e68f47319cdd0f59d45bd5e4a2f35c 100644 (file)
@@ -2,7 +2,7 @@
 # $OpenLDAP$
 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
 ##
-## Copyright 2004 The OpenLDAP Foundation.
+## Copyright 2004-2005 The OpenLDAP Foundation.
 ## All rights reserved.
 ##
 ## Redistribution and use in source and binary forms, with or without
@@ -31,6 +31,8 @@ access                to dn.exact="cn=Subschema"
 
 #mod#modulepath        ../servers/slapd/back-@BACKEND@/
 #mod#moduleload        back_@BACKEND@.la
+#monitormod#modulepath ../servers/slapd/back-monitor/
+#monitormod#moduleload back_monitor.la
 
 #######################################################################
 # database definitions
@@ -41,8 +43,12 @@ suffix               "dc=example,dc=com"
 directory      ./testrun/db.1.a
 rootdn         "cn=Manager,dc=example,dc=com"
 rootpw         secret
-index          objectClass     eq
-index          cn,sn,uid       pres,eq,sub
+#bdb#index             objectClass     eq
+#bdb#index             cn,sn,uid       pres,eq,sub
+#hdb#index             objectClass     eq
+#hdb#index             cn,sn,uid       pres,eq,sub
+#ldbm#index            objectClass     eq
+#ldbm#index            cn,sn,uid       pres,eq,sub
 
 access         to attrs=userPassword
                by dn.exact="cn=Manager,c=US" write
@@ -53,13 +59,21 @@ access              to dn.subtree="dc=example,dc=com"
                by dn.exact="cn=Manager,c=US" write
                by * read
 
+#monitor#database      monitor
+#monitor#access to dn.subtree="cn=Monitor"
+#monitor#      by * read
+
 database       @BACKEND@
 suffix         ""
 directory      ./testrun/db.2.a
 rootdn         "cn=Manager,c=US"
 rootpw         secret
-index          objectClass     eq
-index          cn,sn,uid       pres,eq,sub
+#bdb#index             objectClass     eq
+#bdb#index             cn,sn,uid       pres,eq,sub
+#hdb#index             objectClass     eq
+#hdb#index             cn,sn,uid       pres,eq,sub
+#ldbm#index            objectClass     eq
+#ldbm#index            cn,sn,uid       pres,eq,sub
 
 access         to attrs=userPassword
                by self =wx
@@ -67,4 +81,3 @@ access                to attrs=userPassword
 
 access         to dn.subtree=""
                by * read
-