3.1.2.8 minalpha

Warning! Audit Deprecated

This audit has been deprecated and will be removed in a future update.

View Next Audit Version

Information

Defines the minimum number of alphabetic characters in a password.

Rationale:

In setting the minalpha attribute, it ensures that passwords have a minimum number of alphabetic characters.

Solution

In /etc/security/user, set the default user stanza minalpha attribute to be greater than or equal to 2:

chsec -f /etc/security/user -s default -a minalpha=2

This means that there must be at least 2 alphabetic characters within a password.

Default Value:

minalpha=0

See Also

https://workbench.cisecurity.org/files/3525