]> git.sur5r.net Git - openldap/blobdiff - tests/data/slapd-chain1.conf
more for ITS#5903
[openldap] / tests / data / slapd-chain1.conf
index 786a87c91f21d4943f7e3bb3c5f131e50f95dde0..b04990910d6f57b6a933ecf757cf6c7db99060b1 100644 (file)
@@ -1,9 +1,8 @@
 # master slapd config -- for testing
-# $OpenLDAP: pkg/ldap/tests/data/slapd-pw.conf,v 1.19.2.4 2003/12/15 22:05:29 
- kurt Exp $
+# $OpenLDAP$
 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
 ##
-## Copyright 1998-2005 The OpenLDAP Foundation.
+## Copyright 1998-2009 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>.
 
-include ./schema/core.schema
-include ./schema/cosine.schema
-include ./schema/inetorgperson.schema
-include ./schema/openldap.schema
-include ./schema/nis.schema
-pidfile     ./testrun/slapd.1.pid
-argsfile    ./testrun/slapd.1.args
+include                @SCHEMADIR@/core.schema
+include                @SCHEMADIR@/cosine.schema
+include                @SCHEMADIR@/inetorgperson.schema
+include                @SCHEMADIR@/openldap.schema
+include                @SCHEMADIR@/nis.schema
+pidfile                @TESTDIR@/slapd.1.pid
+argsfile       @TESTDIR@/slapd.1.args
 
 #mod#modulepath        ../servers/slapd/back-@BACKEND@/
 #mod#moduleload        back_@BACKEND@.la
@@ -32,9 +31,13 @@ argsfile    ./testrun/slapd.1.args
 #
 # uses the chain overlay as global;
 # no chain-URI is configured, so the URI is parsed out of the referral
-overlay                chain
-chain-acl-authcDN      "cn=Manager,dc=example,dc=com"
-chain-acl-passwd       secret
+overlay         chain
+chain-uri      @URI2@
+chain-idassert-bind    bindmethod=simple
+                       binddn="cn=Manager,dc=example,dc=com"
+                       credentials=secret
+                       mode=self
+                       flags=non-prescriptive
 
 #######################################################################
 # database definitions
@@ -46,12 +49,16 @@ chain-acl-passwd    secret
 #
 
 database       @BACKEND@
-#ldbm#cachesize        0
+
 suffix         "dc=example,dc=com"
-directory      ./testrun/db.1.a
+directory      @TESTDIR@/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
+#ndb#dbname db_1
+#ndb#include @DATADIR@/ndb.conf
 
-#monitor#database monitor
+#monitor#database      monitor