You use the password-stacking="useFirstPass" option to the ClientLoginModule  and 
place another login module ahead of it that validates the credentials as this srp 
example config shows:


  | srp-client {
  |    // Example client auth.conf for using the SRPLoginModule
  |    org.jboss.security.srp.jaas.SRPLoginModule required
  |    password-stacking="useFirstPass"
  |    srpServerJndiName="SRPServerInterface"
  |    debug=true
  |    ;
  | 
  |    org.jboss.security.ClientLoginModule  required
  |    password-stacking="useFirstPass"
  |    ;
  | 
  |    // Put your login modules that need jBoss here
  | };
  | 

I probably should add a login module option to specify a non-password based Callback 
object to use to simplify the propagation of non-password based info.


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

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


-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to