From: Juan Gomez Date: Thu, 10 Jun 1999 01:25:55 +0000 (+0000) Subject: Sync this files for this example to work properly. X-Git-Tag: OPENLDAP_REL_ENG_2_BP~353 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=fac246b83465bca3cec326b0cca10dcaecdab1f4;p=openldap Sync this files for this example to work properly. --- 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