diff options
author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2013-01-26 20:31:15 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2013-01-26 20:31:15 +0100 |
commit | 7b25e9b697d8536460105fb5815c7fcf8227492d (patch) | |
tree | 68481bc62278d1f8c22443606e1aa559078d2ef0 /ldap/test-user-acl.sh | |
parent | 9c01ed08ac100cfc8a0f5ba3ed197969fafaf6e5 (diff) |
Users can't see the local aliases.
Diffstat (limited to 'ldap/test-user-acl.sh')
-rwxr-xr-x | ldap/test-user-acl.sh | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ldap/test-user-acl.sh b/ldap/test-user-acl.sh index ee09fc9..cfa577d 100755 --- a/ldap/test-user-acl.sh +++ b/ldap/test-user-acl.sh @@ -911,6 +911,8 @@ echo "Authenticated users, access to list entries" # +w if domain owner or domain postmaster # * description: # =wrscd if list owner, domain owner or domain postmaster +# * localAlias: +# =0 for all usersL () { for U in ${USERS}; do @@ -926,8 +928,8 @@ usersL fripostOwner/search entry/search | isOK 'ALLOWED$' entry [ $? -eq 0 ] || exit $? -msg "Have =0 access the \"children\" and operational attributes" -usersL children ${OPERATTRS} | isOK '=0$' children +msg "Have =0 access the \"children\", \"localAlias\" and operational attributes" +usersL children fripostLocalAlias ${OPERATTRS} | isOK '=0$' children [ $? -eq 0 ] || exit $? |