What UNIX component can be used to enforce password complexity requirements?
What UNIX component can be used to enforce password complexity requirements?
PAM (Pluggable Authentication Modules) is the UNIX component used to enforce password complexity requirements. It offers a flexible mechanism for authenticating users, and one of its many uses includes setting and enforcing password policies. SYSKEY and NTDS are related to Windows, while Shadow manages user password data but does not enforce password complexity by itself.
PAM is the correct answer
PAM is the correct answer