Re: [OT] EXTREMELY URGENT: JBoss JAAS/Container Security issue

2003-04-03 Thread Mikael Eriksson
Hello! Try changing this line in login-config.xml module-option name = rolesQuerySELECT user_roles, user_group FROM USER_ROLES WHERE USERNAME=?/module-option To module-option name = rolesQuerySELECT user_roles, 'Roles' FROM USER_ROLES WHERE USERNAME=?/module-option or

RE: [OT] EXTREMELY URGENT: JBoss JAAS/Container Security issue

2003-04-03 Thread Mick . Knutson
Subject: Re: [OT] EXTREMELY URGENT: JBoss JAAS/Container Security issue Hello! Try changing this line in login-config.xml module-option name = rolesQuerySELECT user_roles, user_group FROM USER_ROLES WHERE USERNAME=?/module-option To module-option name = rolesQuerySELECT

RE: [OT] EXTREMELY URGENT: JBoss JAAS/Container Security issue

2003-04-03 Thread Mikael Eriksson
/Mikael -Original Message- From: Mikael Eriksson [mailto:[EMAIL PROTECTED] Sent: Thursday, April 03, 2003 11:17 AM To: Struts Users Mailing List Cc: Knutson, Mick Subject: Re: [OT] EXTREMELY URGENT: JBoss JAAS/Container Security issue Hello! Try changing this line in login-config.xml

RE: [OT] EXTREMELY URGENT: JBoss JAAS/Container Security issue

2003-04-03 Thread Mikael Eriksson
At 14:08 2003-04-03 +0200, you wrote: OK, that worked. Also, that seemed to remove the errors I had with the EJB's as well. I really appreciate your help! Great! I am sorry if this seemed trivial to you and others, but the documentation did _not_ seem to be telling me what you mentioned about

[OT] EXTREMELY URGENT: JBoss JAAS/Container Security issue

2003-04-02 Thread Mick . Knutson
I appologize for this Off-Topic message, but I desperatly need help! I have been fighting with the JBoss DatabaseServerLoginModule for almost 2 months now without success. I have tried an infinite number of combinations to try to get to a _SIMPLE_ solution as outlined by the JBoss manual, the