[JBoss-user] [Security JAAS/JBoss] - Re: Problems in JBOSS 3.2.5 + Tomcat 5.0(Please HELP!)

2004-07-08 Thread Phantom
It seems that problem was resolved:
login-config.xml for 3.2.3 was:


  | application-policy name = %my-security-domain%
  | authentication
  | login-module code=%MySecurityLoginModule% flag = required
  | /login-module
  |   login-module code = org.jboss.security.ClientLoginModule
  |  flag = required
  |   /login-module
  | /authentication
  | /application-policy
  | 

login-config.xml for 3.2.5 is:


  | application-policy name = %my-security-domain%
  | authentication
  | login-module code = %MySecurityLoginModule% flag=required/
  | login-module code = org.jboss.security.ClientLoginModule 
flag=required
  | module-option name = password-stackinguseFirstPass/module-option
  | module-option name = restore-login-identitytrue/module-option
  | /login-module
  | /authentication
  | /application-policy
  | 

After this manipulation all is OK.

Can you explain in detailes changes in 3.2.5?

Thank you!



View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841310#3841310

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841310


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - Re: Problems in JBOSS 3.2.5 + Tomcat 5.0(Please HELP!)

2004-07-07 Thread lazybonezz
I have the same problem on moving from 3.2.3 to 3.2.5 with Tomcat. The principal does 
not seem to be being set in SecurityAssociations by the ClientLoginModule.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841249#3841249

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841249


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - Re: Problems in JBOSS 3.2.5 + Tomcat 5.0(Please HELP!)

2004-07-07 Thread [EMAIL PROTECTED]
The SecurityAssociation state is controlled by the ejb/web containers. Create an 
example of how your trying to use it and post a bug report to sourceforge:
http://sourceforge.net/tracker/?group_id=22866atid=376685


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841274#3841274

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841274


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user