When connecting from the Dynamic Workload Console to the
master domain manager
using an LDAP user, you might not be able to access the views in the dynamic domain manager
database.
-
Stop WebSphere Application Server
Liberty on the master domain manager, as
described in Application server - starting and stopping.
-
Open the broker_role_mapping.xml file on the master domain manager. The
file path varies depending on the operating system:
- On Windows operating systems
- <MDM_installation_directory>\usr\servers\engineServer\configDropins\defaults
- On UNIX operating systems
- <MDM_installation_directory>/usr/servers/engineServer/configDropins/defaults/
-
Uncomment the
<special-subject
type="ALL_AUTHENTICATED_USERS"/> line for all roles:
Operator, Submitter, and
Configurator. This modification grants access to all
authenticated users. For tighter security, administrators can map
specific LDAP groups to these roles. The uncommented section looks like
this:
<security-role id="operatorRole" name="Operator">
<special-subject type="ALL_AUTHENTICATED_USERS"/>
</security-role>
<security-role id="submitterRole" name="Submitter">
<special-subject type="ALL_AUTHENTICATED_USERS"/>
</security-role>
<security-role id="configuratorRole" name="Configurator">
<special-subject type="ALL_AUTHENTICATED_USERS"/>
</security-role>
-
Restart WebSphere Application Server
Liberty, as described in Application server - starting and stopping.