It works better with the testing package. Tested assigning ACL to a user, to a group of users, and to a group of users and (sub)groups …but there seem to be some corner cases when comparing these actions:
- Allowing write permissions to owning group + read-only ACL to a user of that group = user cannot write
- Allowing write permissions to owning group (Domain Users) + read-only ACL to a domain user = user cannot write
- Allowing write permissions to owning group (Domain Users) + read-only ACL to a group which holds a domain user as a member = user can write
Other notes (just for the record):
- ACL entries without assignments are removed from the list.
- Subdirectories retain previous permissions (unless reset permissions button is used).