SV-89577r1_rule
V-74903
SRG-APP-000163-AS-000111
MQMH-AS-001080
CAT II
10
Specify LDAP as the authentication method for each queue manager.
To access the MQ Appliance CLI, enter:
mqcli
runmqsc [queue manager name]
DEFINE AUTHINFO('[Object name e.g., USE.LDAP]')
AUTHTYPE(IDPWLDAP)
CONNAME('[ldap1(port),ldap2(port),ldap3(port)]')
SECCOMM(YES) [Ensures encryption is used]
SHORTUSR('[short user name]')
CHCKCLNT(REQUIRED)
BASEDNU('base user DN')
REPLACE
ALTER QMGR CONNAUTH('[AUTHINFO object name]')
REFRESH SECURITY TYPE(CONNAUTH)
Enter "end" to exit runmqsc mode.
Configure LDAP server to disable accounts after 35 days of inactivity.
To access the MQ Appliance CLI, for each queue manager, enter:
mqcli
To identify the queue managers, enter:
dspmq
For each queue manager identified, run the command:
runmqsc [queue name]
To display the active authentication object, enter:
DIS QMGR CONNAUTH
Result: QMNAME([queue mgr name]) CONNAUTH([auth object name])
DIS AUTHINFO(auth object name)
Verify that "AUTHTYPE(IDPWLDAP)" is displayed.
Verify LDAP server user settings are configured to disable accounts after "35" days of inactivity.
If "AUTHTYPE(IDPWLDAP)" is not displayed or if the LDAP server user settings are not configured to disable accounts after "35" days of inactivity, this is a finding.
V-74903
False
MQMH-AS-001080
To access the MQ Appliance CLI, for each queue manager, enter:
mqcli
To identify the queue managers, enter:
dspmq
For each queue manager identified, run the command:
runmqsc [queue name]
To display the active authentication object, enter:
DIS QMGR CONNAUTH
Result: QMNAME([queue mgr name]) CONNAUTH([auth object name])
DIS AUTHINFO(auth object name)
Verify that "AUTHTYPE(IDPWLDAP)" is displayed.
Verify LDAP server user settings are configured to disable accounts after "35" days of inactivity.
If "AUTHTYPE(IDPWLDAP)" is not displayed or if the LDAP server user settings are not configured to disable accounts after "35" days of inactivity, this is a finding.
M
3239