From: Kurt Zeilenga Date: Mon, 30 Oct 2000 19:14:14 +0000 (+0000) Subject: Add spaces to DN to test DN sqeeze code X-Git-Tag: OPENLDAP_REL_ENG_2_0_7~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=542e88fa93964143a0eea49ba80dbeec3d476c60;p=thirdparty%2Fopenldap.git Add spaces to DN to test DN sqeeze code --- diff --git a/tests/data/slapd-acl.conf b/tests/data/slapd-acl.conf index 615b73bb9b..5a54c00105 100644 --- a/tests/data/slapd-acl.conf +++ b/tests/data/slapd-acl.conf @@ -22,7 +22,6 @@ rootpw secret index objectClass eq index cn,sn,uid pres,eq,sub lastmod on -defaultaccess none # # normal installations should protect root dse, diff --git a/tests/data/slapd-pw.conf b/tests/data/slapd-pw.conf index adf5f4aa41..92dcd7092c 100644 --- a/tests/data/slapd-pw.conf +++ b/tests/data/slapd-pw.conf @@ -24,7 +24,6 @@ rootpw secret index objectClass eq index cn,sn,uid pres,eq,sub lastmod on -defaultaccess none # # normal installations should protect root dse, diff --git a/tests/scripts/defines.sh b/tests/scripts/defines.sh index 42ae7352c9..adf7498451 100755 --- a/tests/scripts/defines.sh +++ b/tests/scripts/defines.sh @@ -63,7 +63,7 @@ BASEDN="o=University of Michigan, c=US" MANAGERDN="cn=Manager, o=University of Michigan, c=US" UPDATEDN="cn=Replica, o=University of Michigan, c=US" PASSWD=secret -BABSDN="cn=Barbara Jensen, ou=Information Technology Division, ou=People, o=University of Michigan, c=US" +BABSDN="cn=Barbara Jensen, ou=Information Technology Division, ou=People, o=University of Michigan , c = US " BJORNSDN="cn=Bjorn Jensen, ou=Information Technology Division, ou=People, o=University of Michigan, c=US" JAJDN="cn=James A Jones 1, ou=Alumni Association, ou=People, o=University of Michigan, c=US" MASTERLOG=$DBDIR/master.log