Hi all,

I try to login with:

    <application-policy name = "ReportingLogin">
       
          <login-module code = 
"org.jboss.security.auth.spi.DatabaseServerLoginModule"
             flag = "required">
             <module-option name = 
"unauthenticatedIdentity">guest</module-option>
             <module-option name = "dsJndiName">java:/LOGIN</module-option>
             <module-option name = "principalsQuery">SELECT USER_PWD FROM 
FRW_USER WHERE USER_ID=?</module-option>
             <module-option name = "rolesQuery">SELECT DISTINCT ROLENAME, 
'Roles' FROM FRW_ROLE_VIEW WHERE user_id=?</module-option>
             <module-option name=  "hashAlgorithm">MD5</module-option>
             <module-option name=  "hashEncoding">hex</module-option>
          </login-module>
       
    </application-policy>

BUT IT doesn't work:

I Encrypted with Oracle 9iR2
DBMS_OBFUSCATION_TOOLKIT.MD5(user_id || user_pwd),

Do I have to place other Arguments for MD5, or a Delimiter?
I googeled around the world, but this topic is a undescribed Topic :-( 

Thanks for your help.
Marco


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

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


-------------------------------------------------------
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://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to