Summary | turba offers to "copy / move" into RO datasources |
Queue | Turba |
Queue Version | 2.1.2 |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | |
Requester | liamr (at) umich (dot) edu |
Created | 08/28/2006 (6863 days ago) |
Due | |
Updated | 08/29/2006 (6862 days ago) |
Assigned | 08/29/2006 (6862 days ago) |
Resolved | 08/29/2006 (6862 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Not A Bug
prominent. It's the only way to set perms on sources now.
Permissions stuff documented someplace?
a source editable or not.
I even checked the source.php.dist in CVS and HEAD doesn't seem to
have a flag for it.
State ⇒ Feedback
driver even interpreting IMSP ACLs to see what the user is allowed to
do. Perhaps the LDAP driver should do something similar? Like...
assume that if we're bound anonymously, that we can't alter data in
the directory?
there a reason you can't just remove edit permissions on that source
in your permissions setup?
RO ldap source, and digging around a little, it looks like turba just
assumes that all ldap sources are RW.
The IMSP and null drivers have hasPermission() functions - the IMSP
driver even interpreting IMSP ACLs to see what the user is allowed to
do. Perhaps the LDAP driver should do something similar? Like...
assume that if we're bound anonymously, that we can't alter data in
the directory?
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ turba offers to "copy / move" into RO datasources
Queue ⇒ Turba
State ⇒ Unconfirmed
mysql-backed personal addressbooks, and a RO institutional LDAP
"white pages".
Browse offers users the ability to "Move, Copy to" the RO LDAP
instance. It seems that "Move, Copy" should only be offered when
there are RW data sources available (other than the source you're
moving or copying from). If a user tries to copy a record into a RO
data source, they get an ugly (and potentially confusing) error.
In the case when there are multiple data additional data sources
available (eg RO ldap, RW SQL and RW IMSP), "Move, Copy" should only
offer the RW data sources in the pull-down menu.