mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 10:09:43 -05:00
small improvement to acl test
This commit is contained in:
parent
e848b4d0fc
commit
56bbb56b92
2 changed files with 3 additions and 3 deletions
|
|
@ -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..."
|
||||
|
|
|
|||
Loading…
Reference in a new issue