As mentionned the logout functionnality is not Nagios related but browser or web-server related.<br>It's possible to change the behaviour of the apache authentication mechanism to provide a sort of logout functionnality. To do this you'll need to use mod_perl or mod_python (or some other kind of apache module) to handle the authentication/authorization mechanism.
<br>Some information about this can be found here:<br><a href="http://raburton.lunarpages.com/apache/mod_auth_cookie/">http://raburton.lunarpages.com/apache/mod_auth_cookie/</a><br><a href="http://search.cpan.org/~mschout/Apache-AuthCookie-3.10/lib/Apache/AuthCookie.pm">
http://search.cpan.org/~mschout/Apache-AuthCookie-3.10/lib/Apache/AuthCookie.pm</a><br><a href="http://www.modpython.org/live/current/doc-html/tut-more-complicated.html">http://www.modpython.org/live/current/doc-html/tut-more-complicated.html
</a><br><br>A running example can be found here:<br><a href="http://runnagios.be">http://runnagios.be</a> (login: demo password: Nagios2)<br>and some implementation information: <a href="http://www.barbich.net/websvn/wsvn/docs/nagios/doc/mod_apache_authentication/?rev=0&sc=0">
http://www.barbich.net/websvn/wsvn/docs/nagios/doc/mod_apache_authentication/?rev=0&sc=0</a><br><br>Using this king of authentication systems has multiple advantages: multiple authentication bases, session timeout, date/time restrictions ... but this can get a bit complicated to setup.
<br><br>Seb.<br><br><br><div><span class="gmail_quote">On 8/21/06, <b class="gmail_sendername">Thomas Guyot-Sionnest</b> <<a href="mailto:Thomas@zango.com">Thomas@zango.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
> -----Original Message-----<br>> From: <a href="mailto:nagios-devel-bounces@lists.sourceforge.net">nagios-devel-bounces@lists.sourceforge.net</a><br>> [mailto:<a href="mailto:nagios-devel-bounces@lists.sourceforge.net">
nagios-devel-bounces@lists.sourceforge.net</a>] On Behalf<br>> Of Jason Martin<br>> Sent: August 19, 2006 18:44<br>> To: nemir nemiria<br>> Cc: <a href="mailto:nagios-devel@lists.sourceforge.net">nagios-devel@lists.sourceforge.net
</a><br>> Subject: Re: [Nagios-devel] A couple of new feature requests<br>><br>> On Sat, Aug 19, 2006 at 06:41:40PM +0000, nemir nemiria wrote:<br>> > Second request might be a bit harder,  and is less useful
<br>> but it would be<br>> > nice to have a logout button.  Or if there is one, maybe<br>> shift it so that it<br>> > is a more intuitive spot.   I haven't found one yet...<br>> Logout is browser specific, unfortunately no browsers have a
<br>> 'forget' function for http authentication.<br><br>That's not 100% true, with Firefox you can clear authenticated sessions (it<br>will clear all of them, however)<br><br>Clear Private Data from the Tools menu, or Ctrl-Shift-Del, then select only
<br>Authenticated Sessions.<br><br>Thomas<br><br><br>-------------------------------------------------------------------------<br>Using Tomcat but need to do more? Need to support web services, security?<br>Get stuff done quickly with pre-integrated technology to make your job easier
<br>Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo<br><a href="http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642">http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
</a><br><br>_______________________________________________<br>Nagios-devel mailing list<br><a href="mailto:Nagios-devel@lists.sourceforge.net">Nagios-devel@lists.sourceforge.net</a><br><a href="https://lists.sourceforge.net/lists/listinfo/nagios-devel">
https://lists.sourceforge.net/lists/listinfo/nagios-devel</a><br><br><br><br></blockquote></div><br>