[geeklog-devel] Brainstorming: Admin Toolbox?
Tom Willett
tomw at pigstye.net
Mon Jul 12 17:39:52 EDT 2004
I understood that function as part of the base class.
--
Tom Willett
tomw at pigstye.net
---------- Original Message -----------
From: "Dirk Haun" <dirk at haun-online.de>
To: <geeklog-devel at lists.geeklog.net>
Sent: Mon, 12 Jul 2004 23:17:08 +0200
Subject: Re: [geeklog-devel] Brainstorming: Admin Toolbox?
> 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/
>
> _______________________________________________
> geeklog-devel mailing list
> geeklog-devel at lists.geeklog.net
> http://lists.geeklog.net/listinfo/geeklog-devel
------- End of Original Message -------
More information about the geeklog-devel
mailing list