UCF STIG Viewer Logo

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


Overview

Finding ID Version Rule ID IA Controls Severity
V-252197 HPEN-NM-000120 SV-252197r814071_rule High
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.
STIG Date
HPE Nimble Storage Array Security Technical Implementation Guide 2022-03-16

Details

Check Text ( C-55653r814069_chk )
Run the command "userauth --list". If the output is "No domains configured", this is a finding.
Fix Text (F-55603r814070_fix)
To configure AD, run the following commands:

"userauth --join --domain_user administrator" and enter the domain administrator password to join .

"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 --role {administrator|poweruser|operator|guest}"

This command allows any member of in 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 ".