Page 1 of 1

Anonymous Access and nagiosadmin logins

Posted: Tue Jan 15, 2013 5:21 pm
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

Re: Anonymous Access and nagiosadmin logins

Posted: Wed Jan 16, 2013 11:34 am
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.