Administration Rights
Hello again,
Is there a way to separate enabling/disabling alerts from
acknowledging as far as who has the rights to do these things, i.e., authentication when clicking on the option from the drop down Administration menu. Can I have a separate user list for each of these functions?
Thanks
Jeff
-- Jeff Parker jwprkr at gmail dot com
You can separate the scripts themselves into disparate directories and then setup Apache to require different authentication for each directory.
Tod Hansmann Network Engineer
-----Original Message----- From: Jeffrey Parker [mailto:jwprkr at gmail.com] Sent: Tuesday, July 24, 2007 12:05 PM To: hobbit at hswn.dk Subject: [hobbit] Administration Rights
Hello again,
Is there a way to separate enabling/disabling alerts from
acknowledging as far as who has the rights to do these things, i.e., authentication when clicking on the option from the drop down Administration menu. Can I have a separate user list for each of these functions?
Thanks
Jeff
-- Jeff Parker jwprkr at gmail dot com
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
On Tue, Jul 24, 2007 at 01:10:48PM -0600, Tod Hansmann wrote:
You can separate the scripts themselves into disparate directories and then setup Apache to require different authentication for each directory.
In fact, Apache lets you configure individual access rights per file. So it can be done through the webserver config.
Regards, Henrik
On Tue, 2007-07-24 at 13:05 -0500, Jeffrey Parker wrote:
Hello again,
Is there a way to separate enabling/disabling alerts fromacknowledging as far as who has the rights to do these things, i.e., authentication when clicking on the option from the drop down Administration menu. Can I have a separate user list for each of these functions? Yes there is at the file level. Add lines similar to this to your httpd.conf Put them in your Directory definition for hobbit-seccgi
<Files "bb-ack.sh"> Require group ackers </Files>
<Files "hobbit-enadis.sh"> Require group disablers </Files>
Just rename your groups to whatever you want and add your user the each group that you want to have access
Trent
Thanks
Jeff
participants (4)
-
henrik@hswn.dk
-
jwprkr@gmail.com
-
thansmann@directpointe.com
-
trent.melcher@sitel.com