1 Reply Latest reply on May 28, 2003 2:17 PM by medthomas

    UsersRolesLoginModule with md5

    flascius

      hi.....i have a problem with the authentication using md5 on jboss 3.0.6......in my login-config.xml i use this code to authenticate my jmx-console:

      <application-policy name = "jmx-console">

      <login-module code="org.jboss.security.auth.spi.UsersRolesLoginModule"
      flag = "required" >
      <module-option name="hashAlgorithm">MD5</module-option>
      </login-module>

      </application-policy>

      .....i use users.properties and roles.properties in my $JBOSS_HOME/default/conf. If i delete from this code the string: <module-option name="hashAlgorithm">MD5</module-option> , my authentication works correctly....but if i use that string i don't succeed to authenticate my client.....how can i use the md5 algorithm with my users.properties and rules.properties??