Re: [JBoss-user] DatabaseServerLoginModule, and column RoleGroup

2003-11-29 Thread Scott M Stark
For whatever reason you want an alternate named group of roles. JBoss will never care, but you might. Scott Stark Chief Technology Officer JBoss Group, LLC Bryan Field-Elliot wrote: We are exploring using JBossSX in various capacities to perform

Re: [JBoss-user] DatabaseServerLoginModule is caching Roles Info...how to deactivate?

2003-01-07 Thread Guy Rouillier
See Re: [JBoss-user] problem with DatabaseServerLoginModule from Laurent Belmont from Monday January 06, 2003. - Original Message - From: Victor Batista [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, January 07, 2003 11:06 AM Subject: [JBoss-user] DatabaseServerLoginModule is

Re: [JBoss-user] DatabaseServerLoginModule is caching Roles Info...how to deactivate?

2003-01-07 Thread Scott M Stark
The cache is flushed based on time which is 30 mins by default. Change this in the conf/jboss-service.xml descriptor as documented in the admin/devel book: mbean code=org.jboss.security.plugins.JaasSecurityManagerService name=jboss.security:service=JaasSecurityManager attribute

Re: [JBoss-user] DatabaseServerLoginModule is caching Roles Info...how todeactivate?

2003-01-07 Thread Jonathan . O'Connor
Victor, we thought about this same issue, and then we remembered the following: If you change a user's groups in Linux, they won't see them until they log in again. Of course, your business people may say you have to have immediate update. Maybe you can add the user to a list in the application

RE: [JBoss-user] DatabaseServerLoginModule

2002-11-06 Thread Contact
. Thanks again for your assistance. -Original Message- From: Contact [mailto:contact;abilsoft.com] Sent: Tuesday, November 05, 2002 9:25 PM To: '[EMAIL PROTECTED]' Subject: RE: [JBoss-user] DatabaseServerLoginModule Scott: Thanks so much for the tip, jboss-web.xml visibility was a big part

Re: [JBoss-user] DatabaseServerLoginModule

2002-11-05 Thread Scott M Stark
-INF/jboss-web.xml file is not being seen. Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, November 04, 2002 9:37 AM Subject: Re: [JBoss-user

RE: [JBoss-user] DatabaseServerLoginModule

2002-11-05 Thread Contact
Message- From: [EMAIL PROTECTED] [mailto:jboss-user-admin;lists.sourceforge.net] On Behalf Of Scott M Stark Sent: Tuesday, November 05, 2002 7:51 AM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] DatabaseServerLoginModule Turn on DEBUG level messages by editing the conf/lo4j.xml file and removing

Re: [JBoss-user] DatabaseServerLoginModule

2002-11-04 Thread Jonathan . O'Connor
824 9736 Fax: +353 1 873 3612 Scott M Stark [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 03.11.2002 16:50 Please respond to jboss-user To: [EMAIL PROTECTED] cc: Subject:Re: [JBoss-user] DatabaseServerLoginModule There is no jboss-web.xml descriptor

Re: [JBoss-user] DatabaseServerLoginModule

2002-11-04 Thread Scott M Stark
] To: [EMAIL PROTECTED] Sent: Monday, November 04, 2002 2:23 AM Subject: Re: [JBoss-user] DatabaseServerLoginModule Scott, Hang on a moment. But, Todd has a WEB-INF/jboss-web.xml file and the security domain is pointing to his AbilSoftRealm and not to other. Do you have to point to other

Re: [JBoss-user] DatabaseServerLoginModule

2002-11-04 Thread contact
'[EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, November 04, 2002 2:23 AM Subject: Re: [JBoss-user] DatabaseServerLoginModule Scott, Hang on a moment. But, Todd has a WEB-INF/jboss-web.xml file and the security domain is pointing to his AbilSoftRealm and not to other. Do you have

Re: [JBoss-user] DatabaseServerLoginModule

2002-11-03 Thread Scott M Stark
There is no jboss-web.xml descriptor describing the security domain under which authentication should occur. See the getting started guide where a WEB-INF/jboss-web.xml file is described as being required to enable security: jboss-web security-domainjava:/jaas/other/security-domain /jboss-web

RE: [JBoss-user] DatabaseServerLoginModule

2002-11-03 Thread Contact
appreciated! Thanks, Todd -Original Message- From: [EMAIL PROTECTED] [mailto:jboss-user-admin;lists.sourceforge.net] On Behalf Of Scott M Stark Sent: Sunday, November 03, 2002 9:51 AM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] DatabaseServerLoginModule There is no jboss-web.xml

Re: [JBoss-user] DatabaseServerLoginModule - failing authentication?

2002-10-27 Thread Neal Sanche
On Sunday 27 October 2002 12:26 pm, John Snyder wrote: Hello all, I am trying to use the DatabaseServerLoginModule with jboss-3.0.0_tomcat-4.0.3, using a FORM login. All I am trying to do at this point is to secure a JSP page called Office.jsp. When I try to go to the JSP page, the login

Re: [JBoss-user] DatabaseServerLoginModule - failing authentication?

2002-10-27 Thread Neal Sanche
Well, I was getting this as well, and what you can do about it is add a section to your web.xml file like the following: error-page error-code403/error-code location/authorizationError.jsp/location /error-page The only time I've been able to see the page specified by

Re: [JBoss-user] DatabaseServerLoginModule - failing authentication?

2002-10-27 Thread Derek Lin
Message - From: Neal Sanche [EMAIL PROTECTED] To: [EMAIL PROTECTED]; John Snyder [EMAIL PROTECTED] Sent: Sunday, October 27, 2002 10:58 AM Subject: Re: [JBoss-user] DatabaseServerLoginModule - failing authentication? On Sunday 27 October 2002 12:26 pm, John Snyder wrote: Hello all, I am

Re: [JBoss-user] DatabaseServerLoginModule - failing authentication?

2002-10-27 Thread Neal Sanche
. Thanks, Derek - Original Message - From: Neal Sanche [EMAIL PROTECTED] To: [EMAIL PROTECTED]; John Snyder [EMAIL PROTECTED] Sent: Sunday, October 27, 2002 10:58 AM Subject: Re: [JBoss-user] DatabaseServerLoginModule - failing authentication? On Sunday 27 October 2002 12:26 pm

Re: [JBoss-user] DatabaseServerLoginModule - failing authentication?

2002-10-27 Thread Derek Lin
.) -- Derek - Original Message - From: Neal Sanche [EMAIL PROTECTED] To: [EMAIL PROTECTED]; Derek Lin [EMAIL PROTECTED] Sent: Sunday, October 27, 2002 4:55 PM Subject: Re: [JBoss-user] DatabaseServerLoginModule - failing authentication? Well, Derek, It seems the solution to your problem

Re: [JBoss-user] DatabaseServerLoginModule

2001-07-11 Thread Michael Jara
You can look at the source code here: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/jboss/jbosssx/src/main/org/jb oss/security/auth/spi/DatabaseServerLoginModule.java I have used it without any problems in JBoss release 2.2.2. Mike - Original Message - From: Nicolai P Guba [EMAIL