]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
Add spaces to DN to test DN sqeeze code
authorKurt Zeilenga <kurt@openldap.org>
Mon, 30 Oct 2000 19:14:14 +0000 (19:14 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Mon, 30 Oct 2000 19:14:14 +0000 (19:14 +0000)
tests/data/slapd-acl.conf
tests/data/slapd-pw.conf
tests/scripts/defines.sh

index 615b73bb9be25f8f3bbd2a9835ac6625a7e8fa14..5a54c0010562b1645851c59366a3430a9ab0047b 100644 (file)
@@ -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,
index adf5f4aa41a3f6001945bbd9ed43d7125732ff47..92dcd7092c1d61c4a6b5860671030aeb5035a821 100644 (file)
@@ -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,
index 42ae7352c9705eb08e94813dcd76b43fe91e9d3c..adf7498451ea14a20e7374a94376e0cbddfb1661 100755 (executable)
@@ -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