"OliverHrdz" wrote : In JBossMQ, we used the 
"org.jboss.mq.sm.file.DynamicLoginModule" login module configured to store 
hashed passwords in the "jbossmq-state.xml" file.  I couldn't get this to work 
running Messaging under JBoss 4.0.3SP1.  Is Messaging currently just limited to 
the "org.jboss.security.auth.spi.UsersRolesLoginModule" login module?

I only needed a way to store hashed passwords, and found out I could do this 
with the default login module 
"org.jboss.security.auth.spi.UsersRolesLoginModule", instead of the 
"org.jboss.mq.sm.file.DynamicLoginModule" login module that I couldn't get to 
work.  The default module also takes the following options:

  |   <module-option name="hashAlgorithm">MD5</module-option>
  |   <module-option name="hashEncoding">base64</module-option>
  | 
This is well documented in the JBoss 4 AS Guide.

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

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


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to