[JDEV] password authentication

Benoit Orihuela borihuela at idealx.com
Thu May 10 07:46:04 CDT 2001


hi,

>  It goes into this section and returns.  All I want to do is add a call
> to a kerberos function with the password from the client.  All I really
> need is a place where I can get the password from the client and attempt
> to get a kerberos ticket and fail authentication if I can't.  Thanks
> in advance for any advice.
the password from the client is stored in passA (retrieved from the
packet passed in argument - line 45).
then, instead of calling xdb_get (line 49 - 54) to get the password
stored in a file (or db), you can make a call to a kerberos
function with the user's password. 
I hope this helps. 

regards,

Benoit.

-- 
Benoit Orihuela		
IDEALX S.A.S.



More information about the JDev mailing list