| Summary | Deal with "negative rights" in IMAP ACLs |
| Queue | IMP |
| Queue Version | Git master |
| Type | Enhancement |
| State | Resolved |
| Priority | 1. Low |
| Owners | slusarz (at) horde (dot) org |
| Requester | selsky (at) columbia (dot) edu |
| Created | 10/04/2006 (6972 days ago) |
| Due | |
| Updated | 03/03/2011 (5361 days ago) |
| Assigned | |
| Resolved | 03/03/2011 (5361 days ago) |
| Milestone | |
| Patch | No |
State ⇒ Resolved
Version ⇒ Git master
Request #4488: visually indicate ACL negative rightscreate mode 100644
framework/Imap_Client/lib/Horde/Imap/Client/Data/AclNegative.php
http://git.horde.org/horde-git/-/commit/1998958d01ca9bba48390f7bf4ccc8bcf91d4f5f
State ⇒ Accepted
State ⇒ Feedback
Priority ⇒ 1. Low
State ⇒ Accepted
Queue ⇒ IMP
Summary ⇒ Deal with "negative rights" in IMAP ACLs
Type ⇒ Enhancement
From RFC 2086:
"When an identifier in an ACL starts with a dash ("-"), that indicates
that associated rights are to be removed from the identifier that is
prefixed by the dash. For example, if the identifier "-fred" is
granted the "w" right, that indicates that the "w" right is to be
removed from users matching the identifier "fred". Implementations
need not support having identifiers which start with a dash in ACLs."
IMP currently displays the identifier with a leading "-", but it
should make it clear that this is a negative ACL and remove the "-"
for display purposes. We will also need to add some online help so
people know what negative ACLs are.