[rt-users] Set user rights with scrip?
Stephen Turner
sturner at MIT.EDU
Tue Jun 20 09:45:48 EDT 2006
At Monday 6/19/2006 05:37 PM, Bill Chever wrote:
>Alrighty then!
>
>This is great information, Stephen. Thanks!
>
>Only one problem - The right I want to revoke is the "Let this user access
>RT" right, not "Let this user be granted rights" which is what gets changed
>by the SetPrivileged. Is there a SetAccess equivalent?
>
>Bill
Hi Bill,
You can track this down by starting at the Mason component for the
User "Basics" screen (share/html/Admin/Users/Modify.html). The
checkbox element is called Enabled, and in the Mason file's INIT
section, this is used to set the user's Disabled attribute
(UserObj->SetDisabled).
Steve
More information about the rt-users
mailing list