[rt-users] Error Using REMOTE User Login.
Autrijus Tang
autrijus at autrijus.org
Wed May 21 13:05:42 EDT 2003
On Wed, May 21, 2003 at 05:39:06PM +0200, Sebastian Flothow wrote:
> >Help: Nuke this META REFRESH line from NoAuth/Logout.html :)
>
> No - this would just give users a false sense of security, since they
> aren't logged out. With external auth, it's impossible to log out, at
> least via server-side mechanisms.
It is indeed possible. All you need is to hook up a mod_perl
handler that consistently returns AUTH_REQUIRED, coupled with
a cookie that tracks the state of changes.
Please refer to line 122 and below in:
http://p4.elixus.org/depot/pause/lib/pause_1999/authen_user.pm
for a concrete example (that runs pause.perl.org).
Thanks,
/Autrijus/
More information about the rt-users
mailing list