X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=tests%2Fdata%2Fslapd-nis-master.conf;h=da55398ca6c679dddc2497d15ca8e314cf4fe7da;hb=339b9c371ec07b5125fed23e4bac1cdca2790525;hp=ca6a53df1be86f5fa84edb1d1c57ae6a97ab38ea;hpb=fac246b83465bca3cec326b0cca10dcaecdab1f4;p=openldap diff --git a/tests/data/slapd-nis-master.conf b/tests/data/slapd-nis-master.conf index ca6a53df1b..da55398ca6 100644 --- a/tests/data/slapd-nis-master.conf +++ b/tests/data/slapd-nis-master.conf @@ -1,26 +1,44 @@ -# -# master slapd config -- for testing -# -include ../servers/slapd/schema/others_nis.at.conf -include ../servers/slapd/schema/others_nis.oc.conf -include ../servers/slapd/schema/nis.at.conf -include ../servers/slapd/schema/nis.oc.conf -include ../servers/slapd/schema/internet_mail.at.conf -include ../servers/slapd/schema/internet_mail.oc.conf -schemacheck on -pidfile ./test-db/slapd.pid -argsfile ./test-db/slapd.args +# master slapd config -- for testing (needs updating) +# $OpenLDAP: pkg/ldap/tests/data/slapd-nis-master.conf,v 1.10.2.2 2003/12/15 2 + 2:05:29 kurt Exp $ +## This work is part of OpenLDAP Software . +## +## Copyright 1998-2006 The OpenLDAP Foundation. +## All rights reserved. +## +## Redistribution and use in source and binary forms, with or without +## modification, are permitted only as authorized by the OpenLDAP +## Public License. +## +## A copy of this license is available in the file LICENSE in the +## top-level directory of the distribution or, alternatively, at +## . + +include @SCHEMADIR@/others_nis.at.conf +include @SCHEMADIR@/others_nis.oc.conf +include @SCHEMADIR@/nis.at.conf +include @SCHEMADIR@/nis.oc.conf +include @SCHEMADIR@/internet_mail.at.conf +include @SCHEMADIR@/internet_mail.oc.conf +pidfile @TESTDIR@/slapd.pid +argsfile @TESTDIR@/slapd.args + +#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 ldbm cachesize 4 suffix "o=SGI, c=US" -directory ./test-db +directory @TESTDIR@ rootdn "cn=Manager, o=SGI, c=US" rootpw secret +index objectClass eq index uid pres,eq,approx index gidNumber pres,eq,approx index uidNumber pres,eq,approx @@ -34,4 +52,5 @@ index ipHostNumber pres,eq,approx index ipNetworkNumber pres,eq,approx index ipProtocolNumber pres,eq,approx index default none -lastmod on + +#monitor#database monitor