STIGhubSTIGhub
STIGsRMF ControlsCompare

STIGhub

A free tool to search and browse the entire DISA STIG library. Saves up to 75% in security compliance research time.

Navigation

  • Browse STIGs
  • Search
  • RMF Controls
  • Compare Versions

Resources

  • About
  • Release Notes
  • VPAT
  • DISA STIG Library
STIGs updated 1 hour ago
Powered by Pylon
© 2026 Beacon Cloud Solutions, Inc. All rights reserved.
← Back to HPE Nimble Storage Array NDM Security Technical Implementation Guide

V-252197

CAT I (High)

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

Rule ID

SV-252197r997780_rule

STIG

HPE Nimble Storage Array NDM Security Technical Implementation Guide

Version

V2R1

CCIs

CCI-000366CCI-000370

Discussion

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 Content

Run the command "userauth --list". 

If the output is "No domains configured", this is a finding.

Fix Text

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>".