The HPE Nimble must be configured to use an authentication server for the purpose of authenticating users prior to granting administrative access.

Severity
Group ID
Group Title
Version
Rule ID
Date
STIG Version
highV-252197SRG-APP-000516-NDM-000336HPEN-NM-000120SV-252197r997780_rule2024-06-202
Description
Centralized management of authentication settings increases the security of remote and nonlocal access methods. This control is particularly important protection against the insider threat. With robust centralized management, audit records for administrator account access to the organization's network devices can be more readily analyzed for trends and anomalies. The alternative method of defining administrator accounts on each device exposes the device configuration to remote access authentication attacks and system administrators with multiple authenticators for each network device.
ℹ️ Check
Run the command "userauth --list". If the output is "No domains configured", this is a finding.
✔️ Fix
To configure AD, run the following commands: "userauth --join <domain> --domain_user administrator" and enter the domain administrator password to join <domain>. "userauth --list" will show the domain and its status. To create a mapping between an AD group and one of the four device RBAC roles, run the following command: "userauth --add_group <domain_group> --domain <domain> --role {administrator|poweruser|operator|guest}" This command allows any member of <domain_group> in <domain> AD domain to log in to the device with one of the selected roles. To display the group to role mappings, run "userauth --list_group --domain <domain>".