From a5cf0bf36b73336078b746cf9d7146d44a385e82 Mon Sep 17 00:00:00 2001 From: Juan Gomez Date: Wed, 12 May 1999 01:03:51 +0000 Subject: [PATCH] Config files that use the NIS related schema. --- tests/data/slapd-bdb2-nis-master.conf | 41 +++++++++++++++++++++++++++ tests/data/slapd-nis-master.conf | 37 ++++++++++++++++++++++++ 2 files changed, 78 insertions(+) create mode 100644 tests/data/slapd-bdb2-nis-master.conf create mode 100644 tests/data/slapd-nis-master.conf diff --git a/tests/data/slapd-bdb2-nis-master.conf b/tests/data/slapd-bdb2-nis-master.conf new file mode 100644 index 0000000000..4ce718fd3c --- /dev/null +++ b/tests/data/slapd-bdb2-nis-master.conf @@ -0,0 +1,41 @@ +# +# master slapd config -- for testing +# +include ../schema/others_nis.at.conf +include ../schema/others_nis.oc.conf +include ../schema/nis.at.conf +include ../schema/nis.oc.conf +include ../schema/mail_netscape.at.conf +include ../schema/mail_netscape.oc.conf +schemacheck on +pidfile ./test-db/slapd.pid +argsfile ./test-db/slapd.args + +####################################################################### +# ldbm database definitions +####################################################################### + +backend bdb2 +home ./test-db +mpoolsize 21000000 + +database bdb2 +cachesize 4 +suffix "o=ACME, c=US" +directory ./test-db +rootdn "cn=Manager, o=ACME, c=US" +rootpw secret +index uid pres,eq,approx +index gidNumber pres,eq,approx +index uidNumber pres,eq,approx +index cn pres,eq,approx +index memberUid pres,eq,approx +index macAddress pres,eq,approx +index ipServiceProtocol pres,eq,approx +index ipServicePort pres,eq,approx +index oncRpcNumber pres,eq,approx +index ipHostNumber pres,eq,approx +index ipNetworkNumber pres,eq,approx +index ipProtocolNumber pres,eq,approx +index default none +lastmod on diff --git a/tests/data/slapd-nis-master.conf b/tests/data/slapd-nis-master.conf new file mode 100644 index 0000000000..97237dae1e --- /dev/null +++ b/tests/data/slapd-nis-master.conf @@ -0,0 +1,37 @@ +# +# master slapd config -- for testing +# +include ../schema/others_nis.at.conf +include ../schema/others_nis.oc.conf +include ../schema/nis.at.conf +include ../schema/nis.oc.conf +include ../schema/mail_netscape.at.conf +include ../schema/mail_netscape.oc.conf +schemacheck on +pidfile ./test-db/slapd.pid +argsfile ./test-db/slapd.args + +####################################################################### +# ldbm database definitions +####################################################################### + +database ldbm +cachesize 4 +suffix "o=ACME, c=US" +directory ./test-db +rootdn "cn=Manager, o=ACME, c=US" +rootpw secret +index uid pres,eq,approx +index gidNumber pres,eq,approx +index uidNumber pres,eq,approx +index cn pres,eq,approx +index memberUid pres,eq,approx +index macAddress pres,eq,approx +index ipServiceProtocol pres,eq,approx +index ipServicePort pres,eq,approx +index oncRpcNumber pres,eq,approx +index ipHostNumber pres,eq,approx +index ipNetworkNumber pres,eq,approx +index ipProtocolNumber pres,eq,approx +index default none +lastmod on -- 2.39.5