Summary | framework/Share/Share/kolab.php handles permissions incorrectly |
Queue | Horde Framework Packages |
Queue Version | HEAD |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | |
Requester | wrobel (at) pardus (dot) de |
Created | 03/08/2007 (6743 days ago) |
Due | |
Updated | 03/08/2007 (6743 days ago) |
Assigned | |
Resolved | 03/08/2007 (6743 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ framework/Share/Share/kolab.php handles permissions incorrectly
Queue ⇒ Horde Framework Packages
New Attachment: framework-Share-Share-kolab.php_permission-handling_20070308.patch
driver for kolab:
- Permissions do not get correctly initialized. When creating a
mailbox only the owner should have access to the mailbox. To ensure
this, the permissions for a new share should be assigned on creation
of the share
- The permission handler did not get notified in case a share is
renamed and the underlying folder name changes.
- Setting permissions was not delegated in a correct way to the
permission handler
Patch attached.