Works fine for me. I have moved the files to the conf directory, renamed them 
jmx-users.properties, jmx-roles.properties to make sure only these would be used, and 
secured the jmx-console using the following login-config.xml entry:


  |     <application-policy name = "jmx-console">
  |        <authentication>
  |           <login-module code="org.jboss.security.auth.spi.UsersRolesLoginModule"
  |              flag = "required">
  |              <module-option name = 
"usersProperties">jmx-users.properties</module-option>
  |              <module-option name = 
"rolesProperties">jmx-roles.properties</module-option>
  |           </login-module>
  |        </authentication>
  |     </application-policy>
  | 

Enable trace level logging of the org.jboss.security layer to see which properties 
files the UsersRolesLoginModule is using:

  |    <!-- conf/log4j.xml fragment -->
  |    <category name="org.jboss.security">
  |      <priority value="TRACE" class="org.jboss.logging.XLevel"/>
  |    </category>
  | 

When I access the jmx-console the log shows the files in conf are used:

  | 2004-03-14 07:32:51,896 TRACE [org.jboss.security.auth.spi.UsersRolesLoginModule] 
initialize
  | 2004-03-14 07:32:51,906 TRACE [org.jboss.security.auth.spi.UsersRolesLoginModule] 
Properties 
file=file:/C:/cvs/Releases/jboss-3.2.2/server/jmxconsole/conf/jmx-users.properties
  | 2004-03-14 07:32:51,906 TRACE [org.jboss.security.auth.spi.UsersRolesLoginModule] 
Properties 
file=file:/C:/cvs/Releases/jboss-3.2.2/server/jmxconsole/conf/jmx-roles.properties
  | 2004-03-14 07:32:51,906 TRACE [org.jboss.security.auth.spi.UsersRolesLoginModule] 
login
  | 


<a 
href="http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825552#3825552";>View 
the original post</a>

<a 
href="http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825552>Reply 
to the post</a>


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to