mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-18 11:05:48 +08:00
Add spaces to DN to test DN sqeeze code
This commit is contained in:
parent
23b048e3c1
commit
542e88fa93
@ -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,
|
||||
|
@ -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,
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user