Which UNIX component can be used to enforce password-complexity requirements?
PAM provides the authentication and password-management framework on UNIX-like systems and can enforce password-quality rules, including complexity requirements, through its password modules.
Community Discussion