Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The commands below are MQ 'runmqsc' commands that need to be executed by an MQ privileged user, like the 'mqm' user. 

ALTER QMGR CONNAUTH(USE.PW) CHLAUTH(ENABLED)
ALTER AUTHINFO(USE.PW) +
AUTHTYPE(IDPWOS) +
FAILDLAY(10) +
CHCKLOCL(REQUIRED) +
CHCKCLNT(REQUIRED)
REFRESH SECURITY TYPE(CONNAUTH)

...