Skip to content
Snippets Groups Projects
Commit 56bbb56b authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

small improvement to acl test

parent e848b4d0
Branches
Tags
No related merge requests found
......@@ -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
......
......@@ -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..."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment