]> git.sur5r.net Git - openldap/commitdiff
small improvement to acl test
authorPierangelo Masarati <ando@openldap.org>
Tue, 29 Jun 2004 17:25:45 +0000 (17:25 +0000)
committerPierangelo Masarati <ando@openldap.org>
Tue, 29 Jun 2004 17:25:45 +0000 (17:25 +0000)
tests/data/acl.out.master
tests/scripts/test006-acls

index 8a9a3f022883c62c1f8a76424a3a5538f16ef14f..086a182a959071787d4c18fc40f2c6ddbcf1dbd2 100644 (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
 
index 300b47bea12065e69cb191017d7161999f4dac10..57d211e733557bcfa912d28692a2f5382ee7c5ed 100755 (executable)
@@ -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..."