]> git.sur5r.net Git - openldap/blobdiff - tests/data/slapd-unique.conf
Delete unused idl_cache_entry rwlock field
[openldap] / tests / data / slapd-unique.conf
index 306ce23bb327b0abfcd2fa0053b61f73d4283a1c..1a12ffba63a7ac6ca8c75c53b94e78579dc8f4ee 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-2007 The OpenLDAP Foundation.
 ## All rights reserved.
 ##
 ## Redistribution and use in source and binary forms, with or without
 ## 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
-include ./schema/openldap.schema
-include ./schema/nis.schema
+include                @SCHEMADIR@/core.schema
+include                @SCHEMADIR@/cosine.schema
+include                @SCHEMADIR@/inetorgperson.schema
+include                @SCHEMADIR@/openldap.schema
+include                @SCHEMADIR@/nis.schema
 
 #
-pidfile     ./testrun/slapd.1.pid
-argsfile    ./testrun/slapd.1.args
+pidfile                @TESTDIR@/slapd.1.pid
+argsfile       @TESTDIR@/slapd.1.args
 
-#mod#modulepath        ../servers/slapd/back-@BACKEND@/:../servers/slapd/overlays
+#mod#modulepath        ../servers/slapd/back-@BACKEND@/
 #mod#moduleload        back_@BACKEND@.la
-#mod#moduleload unique.la
+#monitormod#modulepath ../servers/slapd/back-monitor/
+#monitormod#moduleload back_monitor.la
+#uniquemod#modulepath  ../servers/slapd/overlays
+#uniquemod#moduleload unique.la
 
 #######################################################################
 # database definitions
@@ -34,12 +36,18 @@ argsfile    ./testrun/slapd.1.args
 
 database       @BACKEND@
 suffix         "o=unique"
-directory      ./testrun/db.1.a
+directory      @TESTDIR@/db.1.a
 rootdn         "cn=Manager,o=unique"
 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
 
 overlay                        unique
 unique_ignore          o cn sn ou objectClass
-unique_attributes      employeeNumber
+unique_attributes      employeeNumber displayName
+
+#monitor#database      monitor