Linux PAM

Last updated
Linux PAM
Stable release
1.7.0 [1]   OOjs UI icon edit-ltr-progressive.svg / 24 October 2024
Repository https://github.com/linux-pam/linux-pam
Written in C
Operating system Linux
Type authentication
License GNU General Public License or Modified BSD License
Website www.linux-pam.org

Linux Pluggable Authentication Modules (PAM) is a suite of libraries that allow a Linux system administrator to configure methods to authenticate users. It provides a flexible and centralized way to switch authentication methods for secured applications by using configuration files instead of changing application code. [2] There are Linux PAM libraries allowing authentication using methods such as local passwords, LDAP, or fingerprint readers. [3] Linux PAM is evolved from the Unix Pluggable Authentication Modules architecture. [4]

Contents

Linux-PAM separates the tasks of authentication into four independent management groups: [5]

See also

References

  1. "Release 1.7.0". 24 October 2024. Retrieved 25 November 2024.
  2. "Chapter 1. Introduction". An Internet Archive page of Linux PAM site. Archived from the original on 2021-05-06. Retrieved 2023-11-11.
  3. Lauber, Susan (2020-07-22). "An introduction to Pluggable Authentication Modules (PAM) in Linux". Red Hat. Retrieved 2021-02-28.
  4. Fernandes, Savio; Reddy, KLM. "Securing Applications on Linux with PAM | Linux Journal". Linux Journal . Retrieved 2018-09-30.
  5. "pam.d(8): Pluggable Authentication Modules for - Linux man page". linux.die.net. Retrieved 2021-02-28.