[Nagios-devel] Using a default login and maintaining individual

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
Guest

[Nagios-devel] Using a default login and maintaining individual

Post by Guest »

I have a patch that will allow Nagios to be set up with a default user,
but still maintain the individual users ability to login in so that they
may use their own views, etc. The patch changes only a couple of lines
in the current code base, putting almost all functionality in separate
and new files so that it may be easily integrated with other custom
changes.

-- Is there *interest* in this for anyone else to use or incorporate?

FYI - the implementation uses cookies for the username and validation
information in each cgi that currently uses cgiauth. The cookie code is
very simplified. It uses a sha1 validation string to ensure that the
username isn't merely entered in a cookie to get around security.

----------------------------------------------------------------------
NOTICE: This email message is for the sole use of the intended recipient(s)=
and may contain confidential and privileged information. Any unauthorized =
review, use, disclosure or distribution is prohibited. If you are not the i=
ntended recipient, please contact the sender by reply email and destroy all=
copies of the original message.





This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]
Locked