]> git.sur5r.net Git - openldap/blobdiff - tests/data/slapd-pw.conf
Fix typos
[openldap] / tests / data / slapd-pw.conf
index cd3b42ded8e36ab324023bae77117b0b1f5a5449..b86c2281e155e77dd8b400bcfd1908cd9ca935bf 100644 (file)
@@ -22,8 +22,6 @@ include ./schema/nis.schema
 pidfile     ./testrun/slapd.1.pid
 argsfile    ./testrun/slapd.1.args
 
-# password-hash        {md5}
-
 #mod#modulepath        ../servers/slapd/back-@BACKEND@/
 #mod#moduleload        back_@BACKEND@.la
 #monitormod#modulepath ../servers/slapd/back-monitor/
@@ -39,8 +37,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
 
 #
 # normal installations should protect root dse,
@@ -55,4 +57,4 @@ access to *
        by self write
        by * read
 
-#monitor#database monitor
+#monitor#database      monitor