[rt-users] Cannot log out of RT

Kevin Falcone falcone at bestpractical.com
Thu Oct 1 11:32:52 EDT 2009


On Thu, Oct 01, 2009 at 08:20:09AM -0400, Janet Bass wrote:
>    I have RT set up to do authentication through apache which uses Kerberos.
>    It works fine and logs me in as username at KRBTEST
>    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.
>    Here is the code that maybe needed for assistance:

This auth is handled by Apache and your browser, not RT, so RT cannot log you out.

Since you have WebFallbackToInternalAuth set to 1, RT shows the Logout
link, since you might have logged in using internal auth.

-kevin

>    Apache Kerberos configuration
> 
>            AuthType KerberosV5
>            AuthName "Please use the GR login and password"
>            KrbMethodK5Passwd on
>            KrbMethodNegotiate off
>            KrbServiceName HTTP/rt.mel.nist.gov at KRBTEST
>            Krb5Keytab /etc/httpd/conf/krb5/http.rt.krb5.keytab
>            Require valid-user
> 
>    RT_Site_Config
> 
>    Set($WebExternalAuto, 1);
>    Set($WebExternalAuth, 1);
>    Set($AutoLogoff, 60);
>    Set($WebFallbackToInternalAuth, 1);
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 195 bytes
Desc: not available
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20091001/c7c80c3d/attachment.sig>


More information about the rt-users mailing list