SV-215437r508663_rule
V-215437
SRG-OS-000480-GPOS-00227
AIX7-00-003201
CAT II
10
Run the following command to set the global and user stanza "auth_type":
# chsec -f /etc/security/login.cfg -susw -a auth_type=PAM_AUTH
Verify the global "auth_type" is configured to use PAM:
# grep auth_type /etc/security/login.cfg |grep AUTH
auth_type = PAM_AUTH
If "auth_type" is not set to "PAM_AUTH", this is a finding.
Verify that the user stanza is configured to use PAM:
# lssec -f /etc/security/login.cfg -susw -a auth_type
usw auth_type=PAM_AUTH
If "auth_type" is not set to "PAM_AUTH", this is a finding.
V-215437
False
AIX7-00-003201
Verify the global "auth_type" is configured to use PAM:
# grep auth_type /etc/security/login.cfg |grep AUTH
auth_type = PAM_AUTH
If "auth_type" is not set to "PAM_AUTH", this is a finding.
Verify that the user stanza is configured to use PAM:
# lssec -f /etc/security/login.cfg -susw -a auth_type
usw auth_type=PAM_AUTH
If "auth_type" is not set to "PAM_AUTH", this is a finding.
M
4012