it is possible if you override public Principal authenticate(String username, String passwd) at SlideRealm.java. you have to encrypt user password before comparing with encrypted user password stored in Slide.
hope this help, I could explain you better in spanish ! :( ----- Original Message ----- From: "Stefan Fromm" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 16, 2004 10:20 AM Subject: User authentication with encrypted passwords > Hi, > > is it possible to work with encrypted passwords during authentication? I was looking at the SlideLoginModule and I don't know if the password can come encrypted from the used PasswordCallback. > > Regards > Stefan > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
