Hello,

I'm having a problem using SRPLoginModule. I have multiple client applications 
running at the same time with the same user. After doing login operation with a 
second client application the first stops working. 
My JAAS configuration file is:

srp {


org.jboss.security.srp.jaas.SRPLoginModule required

java.naming.factory.initial="org.jnp.interfaces.NamingContextFactory"
java.naming.provider.url="jnp://localhost:1099"
srpServerJndiName="srp-fw/SRPServerInterface"
multipleSessions=true

;


org.jboss.security.AltClientLoginModule required  
password-stacking=true
multi-threaded=true

;
}


Does anyone knows why?


Thanks in advance,

Nuno Meira 

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

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


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to