About this task
You can disable administrative security for an integration
node by updating the
adminSecurity property in
the
node.conf.yaml configuration file.
Procedure
- Stop the integration node by using the web user interface
or by running the mqsistop command.
- Open the node.conf.yaml configuration
file for your integration node, by using a YAML editor.
If
you do not have access to a YAML editor, you can edit the file by
using a plain text editor; however, you must ensure that you do not
include any tab characters, which are invalid characters in YAML and
will cause your integration node configuration to fail. If you are
using a plain text editor, ensure that you use a YAML validation tool
to validate the content of your file.
- In the node.conf.yaml file, set the adminSecurity property
to inactive: For example:
adminSecurity: inactive
- Save the modified node.conf.yaml file.
- Restart the integration node by using the web user interface
or the mqsistart command.
Results
When this command completes, all users
are able to complete tasks against the integration node. They can
also complete all tasks against all integration servers that have
been defined, and that are defined in the future, on this integration
node.