[
https://issues.jboss.org/browse/AS7-4327?page=com.atlassian.jira.plugin.s...
]
Darran Lofthouse updated AS7-4327:
----------------------------------
Description:
An example configuration would contain the following changes: -
{code:xml}
<management-interfaces>
<native-remoting-interface />
<http-interface security-realm="ManagementRealm">
<socket-binding http="management-http"/>
</http-interface>
</management-interfaces>
{code}
{code:xml}
<subsystem xmlns="urn:jboss:domain:jmx:1.1">
<show-model value="true"/>
<remoting-connector use-management-endpoint="false" />
</subsystem>
{code}
Note - The JMX subsystem updates is just to clear a dependency issue and not directly
related to this task.
{code:xml}
<subsystem xmlns="urn:jboss:domain:remoting:1.1">
<connector name="remoting-connector"
socket-binding="remoting" security-realm="ApplicationRealm">
<sasl>
<include-mechanisms value="PLAIN"/>
</sasl>
</connector>
</subsystem>
{code}
Ensure that is the native interface is forced down to PLAIN that the
properties backed store is still useable
-------------------------------------------------------------------------------------------------------------
Key: AS7-4327
URL:
https://issues.jboss.org/browse/AS7-4327
Project: Application Server 7
Issue Type: Task
Components: Domain Management, Remoting, Security
Reporter: Darran Lofthouse
Assignee: Darran Lofthouse
Fix For: 7.1.2.Final
An example configuration would contain the following changes: -
{code:xml}
<management-interfaces>
<native-remoting-interface />
<http-interface security-realm="ManagementRealm">
<socket-binding http="management-http"/>
</http-interface>
</management-interfaces>
{code}
{code:xml}
<subsystem xmlns="urn:jboss:domain:jmx:1.1">
<show-model value="true"/>
<remoting-connector use-management-endpoint="false" />
</subsystem>
{code}
Note - The JMX subsystem updates is just to clear a dependency issue and not directly
related to this task.
{code:xml}
<subsystem xmlns="urn:jboss:domain:remoting:1.1">
<connector name="remoting-connector"
socket-binding="remoting" security-realm="ApplicationRealm">
<sasl>
<include-mechanisms value="PLAIN"/>
</sasl>
</connector>
</subsystem>
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira