On May 23, 2009, at 8:11 AM, Ayotunde Itayemi wrote: > Hi, > Thanks for the response. Each authentication method works OK alone, > but I need to allow regular Windows AD users “read-only” access to > the Nagios web interface while allowing admin users (from the > htpasswd) access to the same interface. Actually, I wouldn’t need to > do this if I could get Nagios to allow designated Windows AD users > submit commands via the web interface.
Nagios doesn't know or care if it's AD or htaccess, as long as your authentication modules sets the REMOTE_USER environment variable. Who does nagios show you 'Logged in as'? If it's blank, your auth mechanism isn't populating the variable. If there's a username shown, does that name exactly match an authorized contact for that host or service or specifically granted permissions to submit commands in cgi.cfg? Do you have 'can_submit_commands 1' in the contact definitions? -- Marc ------------------------------------------------------------------------------ Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT is a gathering of tech-side developers & brand creativity professionals. Meet the minds behind Google Creative Lab, Visual Complexity, Processing, & iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian Group, R/GA, & Big Spaceship. http://www.creativitycat.com _______________________________________________ Nagios-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null
