小智 9
不。
PAM 是一个使用不同 pam 模块进行身份验证的框架。这样做的好处是应用程序开发人员不必自己编写身份验证逻辑;例如,它提供了标准:从man 7 pam
:Linux-PAM is a system of libraries that handle the authentication tasks of applications (services) on the system.
PAM 确实提供用户身份验证,但它也提供其他内容,例如系统限制 ( pam_limits
)、motd ( pam_motd
)、外壳验证 ( pam_shell
)、LDAP 身份验证 ( pam_ldap
)、MySQL 身份验证 ( pam_mysql
) 等。
您可以pam
通过阅读系统管理员指南来了解 的大部分功能。