Anonymous Access and nagiosadmin logins

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
pkc
Posts: 1
Joined: Tue Jan 15, 2013 5:16 pm

Anonymous Access and nagiosadmin logins

Post by pkc »

We are looking for a way to give anonymous access such as in cgi.cfg with:

Code: Select all

default_user_name=guest
The only way I get this working is if I turn off basic auth in our apache configuration. But then how can I log in as nagiosadmin?

Any help is appreciated.

Thanks,
Paul
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: Anonymous Access and nagiosadmin logins

Post by abrist »

You would have to move to a more advanced for of auth on the apache server. Or you could just setup multiple basic auth users, one being 'guest' with the password 'guest'. Without the .htaccess file, and no higher form of auth, you will not be able to log in as nagiosadmin.
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
Locked