]> git.sur5r.net Git - openldap/blobdiff - tests/data/slapd-emptydn.conf
Fix typos
[openldap] / tests / data / slapd-emptydn.conf
index 5db18ba6040a924e5a6f68c677e9d1cf3f496609..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
@@ -43,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
@@ -55,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
@@ -69,5 +81,3 @@ access                to attrs=userPassword
 
 access         to dn.subtree=""
                by * read
-
-#monitor#database monitor