[geeklog-devel] Brainstorming: Admin Toolbox?
Dirk Haun
dirk at haun-online.de
Mon Jul 12 17:17:08 EDT 2004
Tom,
>The only suggestion that I would make is to make the permissions more
>flexible. That way if root delegated authority to someone, they too could
>access the script.
I think this function already handles this nicely:
>> function userCanRunScript()
>> {
>> if (!SEC_inGroup('Root')) {
>> return false;
>> }
>> return true;
>> }
The scriptlet could implement any authentication it wants here.
bye, Dirk
--
http://www.haun-online.de/
http://www.tinyweb.de/
More information about the geeklog-devel
mailing list