I put together an example XML configuration for the locally configured DC.
<domain-controller>
<local admin-binding="dc-admin">
<interfaces>
....
</interfaces>
<jvm>
....
</jvm>
<subsystems>
.... <!-- Some how limit -->
</subsystems>
</local>
</domain-controller>
I put together an example XML configuration for the locally configured DC.
<domain-controller>
<local admin-binding="dc-admin">
<interfaces>
....
</interfaces>
<jvm>
....
</jvm>
<subsystems>
<!-- Some how limit what subsystems can be here -->
</subsystems>
</local>
</domain-controller>
I am not clear on the admin-binding stuff. Basically it is the port config we need to allow SM communication. So we need a good name for that, and to decide if it needs a binding or just a port.