GEN000300 - All accounts on the system must have unique user or account names

Information

A unique user name is the first part of the identification and authentication process. If user names are not unique, there can be no accountability on the system for auditing purposes. Multiple accounts sharing the same name could result in the Denial of Service to one or both of the accounts or unauthorized access to files or privileges.

Solution

Determine if the duplicate accounts have the same or different UIDs.
# cat /etc/passwd | cut -f 1,1 -d ":" | sort | uniq -d

If the UIDs are different, the account name must be changed. If the UIDs are the same, disable/remove one of the two (or more) password file entries via the SAM/SMH interface.

See Also

https://iasecontent.disa.mil/stigs/zip/U_HPUX_11-31_V1R19_STIG.zip

Item Details

Category: IDENTIFICATION AND AUTHENTICATION

References: 800-53|IA-4, CAT|II, CCI|CCI-000764, Rule-ID|SV-38442r2_rule, STIG-ID|GEN000300, Vuln-ID|V-761

Plugin: Unix

Control ID: 21a70b1f9f2e2a9e15168c04c2c8e0b9467c73a8de49c1540064b12599c32dea