X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=tests%2Fdata%2Fslapd-pw.conf;h=05fd80a99e57c9b3bab629d8e27cd9a3276eb138;hb=339b9c371ec07b5125fed23e4bac1cdca2790525;hp=25a0646f2a5d8634e84c685a9d9764e44c6bfa0b;hpb=6680465d020db8058d053fc5615922d7bec251a2;p=openldap diff --git a/tests/data/slapd-pw.conf b/tests/data/slapd-pw.conf index 25a0646f2a..05fd80a99e 100644 --- a/tests/data/slapd-pw.conf +++ b/tests/data/slapd-pw.conf @@ -1,8 +1,9 @@ # master slapd config -- for testing -# $OpenLDAP$ +# $OpenLDAP: pkg/ldap/tests/data/slapd-pw.conf,v 1.19.2.4 2003/12/15 22:05:29 + kurt Exp $ ## This work is part of OpenLDAP Software . ## -## Copyright 1998-2003 The OpenLDAP Foundation. +## Copyright 1998-2006 The OpenLDAP Foundation. ## All rights reserved. ## ## Redistribution and use in source and binary forms, with or without @@ -13,32 +14,35 @@ ## top-level directory of the distribution or, alternatively, at ## . -ucdata-path ./ucdata -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 -# password-hash {md5} - -modulepath ../servers/slapd/back-@BACKEND@/ -@MODULELOAD@ +#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@ #ldbm#cachesize 0 -suffix "o=University of Michigan,c=US" -directory ./testrun/db.1.a -rootdn "cn=Manager,o=University of Michigan,c=US" +suffix "dc=example,dc=com" +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 +#ldbm#index objectClass eq +#ldbm#index cn,sn,uid pres,eq,sub # # normal installations should protect root dse, @@ -52,3 +56,5 @@ access to attr=userpassword access to * by self write by * read + +#monitor#database monitor