Skip to content

AOS must transmit only encrypted representations of passwords.

An XCCDF Rule

Description

Passwords need to be protected at all times, and encryption is the standard method for protecting passwords. If passwords are not encrypted, they can be plainly read (i.e., clear text) and easily compromised. Network devices can accomplish this by making direct function calls to encryption modules or by leveraging operating system encryption capabilities.

ID
SV-266937r1039832_rule
Version
ARBA-ND-000259
Severity
High
References
Updated

Remediation Templates

A Manual Procedure

Configure AOS with the following commands: 
configure terminal 
aaa authentication-server ldap <server name> 
authport 636 
preferred-conn-type ldap-s 
exit