small improvement to acl test

This commit is contained in:
Pierangelo Masarati 2004-06-29 17:25:45 +00:00
parent e848b4d0fc
commit 56bbb56b92
2 changed files with 3 additions and 3 deletions

View file

@ -47,7 +47,7 @@ member: cn=Mark Elliot,ou=Alumni Association,ou=People,dc=example,dc=com
member: cn=Ursula Hampster,ou=Alumni Association,ou=People,dc=example,dc=com
owner: cn=Manager,dc=example,dc=com
description: All Alumni Assoc Staff
description: added by jaj
description: added by jaj (should succeed)
cn: Alumni Assoc Staff
objectClass: groupOfNames

View file

@ -156,7 +156,7 @@ $LDAPMODIFY -D "$JAJDN" -h $LOCALHOST -p $PORT1 -w jaj >> \
dn: cn=Alumni Assoc Staff, ou=Groups, dc=example, dc=com
changetype: modify
add: description
description: added by jaj
description: added by jaj (should succeed)
EOMODS5
$LDAPMODIFY -D "$BABSDN" -h $LOCALHOST -p $PORT1 -w bjensen >> \
@ -164,7 +164,7 @@ $LDAPMODIFY -D "$BABSDN" -h $LOCALHOST -p $PORT1 -w bjensen >> \
dn: cn=Alumni Assoc Staff, ou=Groups, dc=example, dc=com
changetype: modify
add: description
description: added by bjensen
description: added by bjensen (should fail)
EOMODS6
echo "Using ldapsearch to retrieve all the entries..."