[JBoss-user] [Security JAAS/JBoss] - Problems with JAAS

2006-02-10 Thread profet
I setup a DatabaseServerLoginModule with a config that looks like this: | policy | | application-policy name = JawJaasDbRealm | authentication | login-module code = org.jboss.security.auth.spi.DatabaseServerLoginModule | flag = required |

[JBoss-user] [Security JAAS/JBoss] - Problems configuring JAAS

2005-05-31 Thread rpa_rio
I created a app.sar file with login-config.xml and jboss-service.xml, but now i'm getting host not found on port 8443 when i try to access my webapp that uses JAAS, somebody can help me? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3879642#3879642 Reply to

[JBoss-user] [Security JAAS/JBoss] - Problems with JAAS

2005-05-09 Thread optimusprime
Hello there! Well I'm trying to get to use a custom authentication method. I read the JAAS developer guide, as well LoginModule Developer guide. I have a custom LoginModule that extends UserNamePasswordLoginModule. My solution when used combined with j_security_check works nicely. The problem