[jboss-user] [Security JAAS/JBoss] - Re: Problem with JAAS, Exception :javax.security.auth.login

2007-02-07 Thread murthy_j2ee
Hi jaikiran, Thank you. this link worked fine for basic authentication. Now I wanted to do the authentication using Database. For this i am using org.jboss.security.auth.spi.DatabaseServerLoginModule. It was working fine and abled to authenticate using database. Now the problem is i want

[jboss-user] [Security JAAS/JBoss] - Re: Problem with JAAS, Exception :javax.security.auth.login

2007-02-07 Thread jaikiran
If you want to write a custom login module, you just have to mention the classname(along with its packagename) of the loginmodule in the login-config.xml present in %JBOSS_HOME%/server/deault/conf folder. You will additionally have to place the login module class (and all other related

[jboss-user] [Security JAAS/JBoss] - Re: Problem with JAAS, Exception :javax.security.auth.login

2007-02-05 Thread jaikiran
How about this: http://wiki.jboss.org/wiki/Wiki.jsp?page=SecureAWebApplicationInJBoss View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4011516#4011516 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4011516