[jboss-user] [Security & JAAS/JBoss] - Re: Custom Password encryption on authentication

2006-11-06 Thread VAkuthota
Why do we have to write our own custom class, as per documentation it is supporting the hashalgorithm already. if you mention the following options in login-config.xml | | | java:/ngirmDS | Select PASSWORD from USERS where LOGINNAME =? |

[jboss-user] [Security & JAAS/JBoss] - Re: Custom Password encryption on authentication

2006-11-05 Thread VAkuthota
Hi, I have the same requirement. I tried as you said. but it seems that it is not invoked. everytime user login failing. I just did what you said.. I even enabled the trace logging, There it shows my custom login module is loaded. But it is failing. Do i need do anything else to make it w