[jboss-jira] [JBoss JIRA] Commented: (JBAS-7871) Create a JMXAuthenticator implementation which uses our authentication stuff
Scott Marlow (JIRA)
jira-events at lists.jboss.org
Tue Apr 6 19:40:37 EDT 2010
[ https://jira.jboss.org/jira/browse/JBAS-7871?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12524136#action_12524136 ]
Scott Marlow commented on JBAS-7871:
------------------------------------
1. After building, open build/target/jboss-6.0.0-SNAPSHOT/server/default/deploy/jmx-jboss-beans.xml and set the following:
<property name="securityDomain">jmx-console</property>
<property name="securityConfigFile">authentication.conf</property>
2. Create the authentication.conf file in build/target/jboss-6.0.0-SNAPSHOT/server/default/conf:
<?xml version='1.0'?>
<policy xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="urn:jboss:security-config:5.0"
xmlns="urn:jboss:security-config:5.0"
xmlns:jbxb="urn:jboss:security-config:5.0">
<!-- application-policy name is the security domain -->
<application-policy name = "jmx-console">
<authentication>
<login-module code = "org.jboss.security.auth.spi.UsersRolesLoginModule"
flag = "required">
</login-module>
</authentication>
</application-policy>
</policy>
3. Then start the AS and get it to boot without error. Further instructions coming.
> Create a JMXAuthenticator implementation which uses our authentication stuff
> ----------------------------------------------------------------------------
>
> Key: JBAS-7871
> URL: https://jira.jboss.org/jira/browse/JBAS-7871
> Project: JBoss Application Server
> Issue Type: Sub-task
> Security Level: Public(Everyone can see)
> Components: JMX
> Reporter: David Lloyd
> Assignee: Scott Marlow
> Fix For: JBossAS-6.0.0.M4
>
> Attachments: jmxsecure.patch
>
>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list