[rt-devel] External Authentication...
Ayan R. Kayal
ayan.kayal at yale.edu
Mon Jul 23 18:41:51 EDT 2001
I want to use external authentication to access RT. Specifically, I have a
function that authenticates and if the auth is successful, the function
returns the RT username (if unsuccessful it returns -1). I would then bypass
the autohandler's password checking feature and use a session variable
holding the username that the auth returns to ensure that someone is logged
in. Does the username that the external auth returns need to be used as
$user in the autohandler line below in order to access RT?
$session{'CurrentUser'}->Load($user);
O- ~ARK
More information about the Rt-devel
mailing list