3.1.2.13 minother

Warning! Audit Deprecated

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

View Next Audit Version

Information

Defines the number of characters within a password which must be non-alphabetic.

Rationale:

In setting the minother attribute, it increases password complexity by enforcing the use of non-alphabetic characters in every user password.

Solution

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

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

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

Default Value:

default minother=2

See Also

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