]> git.sur5r.net Git - openldap/blobdiff - tests/data/slapd-repl-master.conf
Fix typos
[openldap] / tests / data / slapd-repl-master.conf
index aacb04bf1b799bc6976ab793bad9167901218b75..ff50863760dfcea02a85468312cba1534795b959 100644 (file)
@@ -3,7 +3,7 @@
  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
@@ -25,9 +25,11 @@ argsfile    ./testrun/slapd.1.args
 
 #mod#modulepath        ../servers/slapd/back-@BACKEND@/
 #mod#moduleload        back_@BACKEND@.la
+#monitormod#modulepath ../servers/slapd/back-monitor/
+#monitormod#moduleload back_monitor.la
 
 #######################################################################
-# ldbm database definitions
+# database definitions
 #######################################################################
 
 database       @BACKEND@
@@ -36,14 +38,18 @@ suffix              "dc=example,dc=com"
 directory      ./testrun/db.1.a
 rootdn         "cn=Manager,dc=example,dc=com"
 rootpw         secret
-#ldbm#index            objectClass     eq
-#ldbm#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
 
 replogfile     ./testrun/slapd.1.replog
 
-replica                host=localhost:9012
+replica                host=localhost:@PORT2@
                binddn="cn=Replica,dc=example,dc=com"
                bindmethod=simple
                credentials=secret
+
+#monitor#database      monitor