X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=tests%2Fdata%2Fslapd-chain2.conf;h=acc434ba55a6b5d8426073d582ae04b6a0e9f3ae;hb=16f1c7e0c68b3e406304b54f26fc8269bcb8ba63;hp=79d3411180e4082d478b61e8719b835d5873b8e8;hpb=b4cb3e39c693e091436953ad35a36ce46ad54ef4;p=openldap diff --git a/tests/data/slapd-chain2.conf b/tests/data/slapd-chain2.conf index 79d3411180..acc434ba55 100644 --- a/tests/data/slapd-chain2.conf +++ b/tests/data/slapd-chain2.conf @@ -14,13 +14,13 @@ ## top-level directory of the distribution or, alternatively, at ## . -include ./schema/core.schema -include ./schema/cosine.schema -include ./schema/inetorgperson.schema -include ./schema/openldap.schema -include ./schema/nis.schema -pidfile ./testrun/slapd.2.pid -argsfile ./testrun/slapd.2.args +include @SCHEMADIR@/core.schema +include @SCHEMADIR@/cosine.schema +include @SCHEMADIR@/inetorgperson.schema +include @SCHEMADIR@/openldap.schema +include @SCHEMADIR@/nis.schema +pidfile @TESTDIR@/slapd.2.pid +argsfile @TESTDIR@/slapd.2.args #mod#modulepath ../servers/slapd/back-@BACKEND@/ #mod#moduleload back_@BACKEND@.la @@ -41,18 +41,23 @@ argsfile ./testrun/slapd.2.args database @BACKEND@ #ldbm#cachesize 0 suffix "dc=example,dc=com" -directory ./testrun/db.2.a +directory @TESTDIR@/db.2.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 # # uses the chain overlay as database specific; # the chain-URI is configured, so only that URI is chained overlay chain chain-uri @URI1@ -chain-acl-authcDN "cn=Manager,dc=example,dc=com" -chain-acl-passwd secret +chain-acl-bind bindmethod=simple + binddn="cn=Manager,dc=example,dc=com" + credentials=secret -#monitor#database monitor +#monitor#database monitor