From 56bbb56b9256065bd116cf9371540a4f6d0dadcd Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Tue, 29 Jun 2004 17:25:45 +0000 Subject: [PATCH] small improvement to acl test --- tests/data/acl.out.master | 2 +- tests/scripts/test006-acls | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/data/acl.out.master b/tests/data/acl.out.master index 8a9a3f0228..086a182a95 100644 --- a/tests/data/acl.out.master +++ b/tests/data/acl.out.master @@ -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 diff --git a/tests/scripts/test006-acls b/tests/scripts/test006-acls index 300b47bea1..57d211e733 100755 --- a/tests/scripts/test006-acls +++ b/tests/scripts/test006-acls @@ -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..." -- 2.39.5