[Rt-devel] auth question

Juan Carlos Montes jcmontes at cert.inteco.es
Fri Dec 19 06:04:31 EST 2008


Mike Peachey escribió:
> Juan Carlos Montes wrote:
>   
>> Mike Peachey escribió:
>>     
>>> Juan Carlos Montes wrote:
>>>  
>>>       
>> Hi mate,
>>
>> i had problems with this file:
>> /opt/rt3/share/html/Callbacks/ExternalAuth/autohandler/Auth
>> i could resolve the issue patching this:
>>
>>
>> line 72: $password_validated =
>> $session{'CurrentUser'}->UserObj->IsPassword($pass);
>> for this: $password_validated = RT::Authen::ExternalAuth::GetAuth($user,
>> $pass);
>>
>> at this time the auth run OK, :)
>>     
>
> This technically breaks ExternalAuth as it's a very ugly workaround that
> is bypassing a function and bypassing Internal Authentication.
>
> You would be better off resolving the problem you had before which was
> probably that it wasn't loading the overlay methods in User_Vendor.pm
>   
Ok, i'll try make a "clean" method, :)

regards,

-- 
_______________________________________________________________________________
Juan Carlos Montes Senra
INTECO-CERT
http://cert.inteco.es
Instituto Nacional de Tecnologías de la Comunicación
email: juancarlos.montes at inteco.es | jcmontes at cert.inteco.es
Tlf. 0034 987 877 189 - ext. 5020


Aviso Legal:
Este mensaje incluyendo sus anexos pude contener información confidencial, en 
propiedad o legalmente protegida. Si usted no es el destinatario, le rogamos lo 
comunique al remitente y proceda a borrarlo, sin reenviarlo ni conservarlo, ya 
que su uso no autorizado está prohibido legalmente


Disclaimer:
This message is private and confidential and it is intended exclusively for the 
addressee. If you receive this message by mistake, you should not disseminate, 
distribute or copy this e-mail. Please inform the sender and delete the message 
and attachments from your system. No confidentiality or any privilege regarding 
the information is waived or lost by any mistransmission or malfunction.
_______________________________________________________________________________




More information about the Rt-devel mailing list