X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=tests%2Fdata%2Fslapd-unique.conf;h=1a12ffba63a7ac6ca8c75c53b94e78579dc8f4ee;hb=d0e86d485dd4c99b3469aa40fec19994894b3463;hp=d63f5f7084e0189e3351582c8d6b5281c46cc1ac;hpb=fa880d42e4b5fa5099638fbd54ef7fd57c9f5b1c;p=openldap diff --git a/tests/data/slapd-unique.conf b/tests/data/slapd-unique.conf index d63f5f7084..96c19de887 100644 --- a/tests/data/slapd-unique.conf +++ b/tests/data/slapd-unique.conf @@ -2,7 +2,7 @@ # $OpenLDAP$ ## This work is part of OpenLDAP Software . ## -## Copyright 2004 The OpenLDAP Foundation. +## Copyright 2004-2012 The OpenLDAP Foundation. ## All rights reserved. ## ## Redistribution and use in source and binary forms, with or without @@ -13,15 +13,15 @@ ## 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 +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@/ #mod#moduleload back_@BACKEND@.la @@ -36,14 +36,23 @@ argsfile ./testrun/slapd.1.args database @BACKEND@ suffix "o=unique" -directory ./testrun/db.1.a rootdn "cn=Manager,o=unique" rootpw secret -index objectClass eq -index cn,sn,uid pres,eq,sub +#~null~#directory @TESTDIR@/db.1.a +#indexdb#index objectClass eq +#indexdb#index cn,sn,uid pres,eq,sub +#ndb#dbname db_1 +#ndb#include @DATADIR@/ndb.conf overlay unique -unique_ignore o cn sn ou objectClass -unique_attributes employeeNumber -#monitor#database monitor +unique_attributes employeeNumber displayName +unique_base o=unique + +#unique_uri ldap:///?description?one +#unique_uri ldap:///?employeeNumber,displayName?sub + +#monitor#database monitor + +database config +include @TESTDIR@/configpw.conf