question: How portable is the JBoss databaseServerLoginModule?
Thansk for your help
Vartanix
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864868#3864868
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=p
I want to create a custom login module to authenticate a user by comparing the
userID and password with MySQL database.
- My custom login module is called RdbmsLoginModule which implements the
javax.security.auth.spi.LoginModule interface.
- The configuration file, jaas.config is:
Example
{