From fac246b83465bca3cec326b0cca10dcaecdab1f4 Mon Sep 17 00:00:00 2001 From: Juan Gomez Date: Thu, 10 Jun 1999 01:25:55 +0000 Subject: [PATCH] Sync this files for this example to work properly. --- tests/data/nis_sample.ldif | 2 +- tests/data/slapd-bdb2-nis-master.conf | 4 ++-- tests/data/slapd-nis-master.conf | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/data/nis_sample.ldif b/tests/data/nis_sample.ldif index 7b86ae5876..2f4e22bb41 100644 --- a/tests/data/nis_sample.ldif +++ b/tests/data/nis_sample.ldif @@ -6415,7 +6415,7 @@ objectclass: top dn: uid=root, o=SGI, c=US uid: root -userPassword: xZuUdcHRxN1cc +userPassword: {crypt}xZuUdcHRxN1cc uidNumber: 0 gidNumber: 0 gecos: Super-User diff --git a/tests/data/slapd-bdb2-nis-master.conf b/tests/data/slapd-bdb2-nis-master.conf index 219fc4c13a..01af675f43 100644 --- a/tests/data/slapd-bdb2-nis-master.conf +++ b/tests/data/slapd-bdb2-nis-master.conf @@ -21,9 +21,9 @@ mpoolsize 21000000 database bdb2 cachesize 4 -suffix "o=ACME, c=US" +suffix "o=SGI, c=US" directory ./test-db -rootdn "cn=Manager, o=ACME, c=US" +rootdn "cn=Manager, o=SGI, c=US" rootpw secret index uid pres,eq,approx index gidNumber pres,eq,approx diff --git a/tests/data/slapd-nis-master.conf b/tests/data/slapd-nis-master.conf index 2545bc52de..ca6a53df1b 100644 --- a/tests/data/slapd-nis-master.conf +++ b/tests/data/slapd-nis-master.conf @@ -17,9 +17,9 @@ argsfile ./test-db/slapd.args database ldbm cachesize 4 -suffix "o=ACME, c=US" +suffix "o=SGI, c=US" directory ./test-db -rootdn "cn=Manager, o=ACME, c=US" +rootdn "cn=Manager, o=SGI, c=US" rootpw secret index uid pres,eq,approx index gidNumber pres,eq,approx -- 2.39.5