[jboss-user] [JBoss Messaging] - Re: Problem with JEMS JMS install: User is NOT authenticated

twenckebach do-not-reply at jboss.com
Mon Mar 31 10:18:07 EDT 2008


Hello,
the JEMS installer has a bug, already in version JEMSInstaller_1_2_1_CR3_trunk. The login-config is incorrect:

  | <application-policy name = "messaging">
  |         <authentication>
  |              <login-module code = "org.jboss.security.auth.spi.UsersRolesLoginModule"
  |              flag = "required" >
  |           <module-option name = "unauthenticatedIdentity">guest</module-option>
  |           <module-option name = "usersProperties">messaging-users.properties</module-option>
  |           <module-option name = "rolesProperties">messaging-roles.properties</module-option>
  |           </login-module>
  |         </authentication>
  | </application-policy>
  | 
The path to usersProperties and rolesProperties is wrong, it must be props/messaging-users.properties and props/messaging-roles.properties, respectively. See JIRA JBINSTALL-373 http://jira.jboss.com/jira/browse/JBINSTALL-373

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

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



More information about the jboss-user mailing list