Opened 14 years ago
Last modified 9 years ago
#9579 new enhancement
sudo-like behavior for users
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | unscheduled |
Component: | general | Version: | |
Severity: | normal | Keywords: | |
Cc: | Ryan J Ollos | Branch: | |
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
provide admins a way to specify and allow normal users to escalate privileges to perform some set of tasks normally not allowed to them without having to change users. our use case calls for users to be able to perform a majority of tasks, and we would like to prevent them from accidentally blowing everything away. currently they have to switch accounts to do this, and its somewhat awkward.
this behavior would imitate the behavior of sudo to some degree.
management through groups (similar to wheel) would be great.
Attachments (0)
Change History (6)
comment:1 by , 14 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
comment:2 by , 14 years ago
Resolution: | wontfix |
---|---|
Status: | closed → reopened |
sorry missed one crucial detail - this feature is for the web interface, not command line
comment:4 by , 14 years ago
Cc: | added |
---|
comment:6 by , 10 years ago
Cc: | added; removed |
---|
comment:7 by , 9 years ago
Status: | reopened → new |
---|
Tools exist that were developed specifically to solve this issue (sudo on Unix, runas on Windows), so this is not something we will add to Trac.