[JBoss-user] [Security & JAAS/JBoss] - Re: Confused by Client login

2006-03-22 Thread amayingenta
When I turned on client logging as you suggested it became clear that I was 
doing something unbelivably stupid in my client - logging out in my factory 
class before any of the business methods were called.

Thanks for the suggestion - I'd pretty much given up.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931920#3931920

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3931920


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security & JAAS/JBoss] - Re: Confused by Client login

2006-03-22 Thread [EMAIL PROTECTED]
Item 2 and 3 of the security FAQ.  Try enabling logging on the client side.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931906#3931906

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3931906


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security & JAAS/JBoss] - Re: Confused by Client login

2006-03-22 Thread amayingenta
This is what I see in the log:

2006-03-22 09:10:21,009 TRACE [org.jboss.security.SecurityAssociation] 
getPrincipal, principal=null
2006-03-22 09:10:21,015 TRACE 
[org.jboss.security.plugins.JaasSecurityManager.identity] Begin isValid, 
principal:null, cache info: null
2006-03-22 09:10:21,015 TRACE 
[org.jboss.security.plugins.JaasSecurityManager.identity] defaultLogin, 
principal=null
2006-03-22 09:10:21,015 TRACE 
[org.jboss.security.auth.login.XMLLoginConfigImpl] Begin 
getAppConfigurationEntry(identity), size=9
2006-03-22 09:10:21,015 TRACE 
[org.jboss.security.auth.login.XMLLoginConfigImpl] End 
getAppConfigurationEntry(identity), authInfo=AppConfigurationEntry[]:
[0]
LoginModule Class: com.ingenta.ics.client.SessionLoginModule
ControlFlag: LoginModuleControlFlag: required
Options:


Then there's some println's from my custom login module, confirming that the 
NameCallback I provided to the CallbackHandler did not have it's name set.

I don't see anything in this output that explains what is happening, apart from 
confirming that there doesn't appear to be a principal propergated to the 
server.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931878#3931878

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3931878


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security & JAAS/JBoss] - Re: Confused by Client login

2006-03-22 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=SecurityFAQ
Item 4: Enable trace level logging on the serverside and see the log for 
information. 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931796#3931796

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3931796


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user