<HTML>
<HEAD>
<TITLE>Cannot log out of RT</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>I have RT set up to do authentication through apache which uses Kerberos. <BR>
It works fine and logs me in as username@KRBTEST<BR>
The problem is that when I click on logout, I get the screen that says: You have been logged out of RT, but then seems to immediately re-logs me in and I go back to my home page.<BR>
Here is the code that maybe needed for assistance:<BR>
<BR>
Apache Kerberos configuration<BR>
<BR>
        AuthType KerberosV5<BR>
        AuthName "Please use the GR login and password"<BR>
        KrbMethodK5Passwd on<BR>
        KrbMethodNegotiate off<BR>
        KrbServiceName HTTP/rt.mel.nist.gov@KRBTEST<BR>
        Krb5Keytab /etc/httpd/conf/krb5/http.rt.krb5.keytab<BR>
        Require valid-user<BR>
<BR>
RT_Site_Config<BR>
<BR>
Set($WebExternalAuto, 1);<BR>
Set($WebExternalAuth, 1);<BR>
Set($AutoLogoff, 60);<BR>
Set($WebFallbackToInternalAuth, 1);<BR>
<BR>
<BR>
Thanks for your help<BR>
<BR>
-- <BR>
Janet Bass<BR>
Unix System Administration<BR>
Manufacturing Engineering Laboratory<BR>
304/Room 12<BR>
100 Bureau Dr<BR>
Mailstop 8203<BR>
Gaithersburg, MD 20899-8203<BR>
EMAIL: <a href="jbass@nist.gov">jbass@nist.gov</a> <BR>
PHONE: 301-975-8425<BR>
<BR>
<BR>
</SPAN></FONT>
</BODY>
</HTML>