Bugs item #765213, was opened at 2003-07-03 12:02
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=765213&group_id=22866
Category: JBossServer
Group: v3.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Bodo Junglas (junglas)
Assigned to: Nobody/Anonymous (nobody)
Summary: SRPLoginModul multipleSession="true" doesn't work
Initial Comment:
I'm using this auth.conf:
MyClient {
org.jboss.security.srp.jaas.SRPLoginModule required
multipleSessions="true"
srpServerJndiName="srp/SaintsSRPServerInterfa
ce"
;
org.jboss.security.ClientLoginModule required
password-stacking="useFirstPass"
;
};
other {
org.jboss.security.ClientLoginModule required;
};
The first login is ok, second an following lead to an
error. I've trace a little and saw, that the client get's a
SessionId > 0, but serverside SRPCacheLoginModule
always receives a SessionID == 0
I think the reason is, that SRPCacheLoginModule
expects a SRPPrincipal, but ClientLoginModule just adds
a SimplePrincipal to the SecurityAssociations (there's
just a username (String) in the sharedState).
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=765213&group_id=22866
-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development