Re: [JBoss-user] ejb/j2ee security and client authentication

2002-07-18 Thread Ole Husgaard
Hi, Sounds like you want to use the database login module org.jboss.security.auth.spi.DatabaseServerLoginModule. It fetches users, passwords and roles from a JDBC source, and you can even customize the SELECTs to fit your existing database. Best Regards, Ole Husgaard. "Gary S. Cuozzo" wrote:

[JBoss-user] ejb/j2ee security and client authentication

2002-07-18 Thread Gary S. Cuozzo
Hello all, I've got the EJB layer for my application mostly implemented, and I'm ready to attach a web tier as the client. I'm using jboss3.0.x with integrated tomcat. I'm using a postgres datasource and my schema has a 'user' table (with id, username & password fields) and a 'role' table tha