Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Linux PAM

From Wikipedia, the free encyclopedia
Software library to manage authentication on Linux
Linux PAM
Stable release
1.7.1[1] Edit this on Wikidata / 17 June 2025
Repositorygithub.com/linux-pam/linux-pam
Written inC
Operating systemLinux
Typeauthentication
LicenseGNU General Public License orModified BSD License
Websitelinux-pam.org

Linux Pluggable Authentication Modules (PAM) is a suite of libraries that allow a Linuxsystem administrator to configure methods toauthenticate 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 theUnixPluggable Authentication Modules architecture.[4]

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

  • account modules check that the specified account is a valid authentication target under current conditions. This may include conditions like account expiration, time of day, and that the user has access to the requested service.
  • authentication modules verify the user's identity, for example by requesting and checking a password or other secret. They may also pass authentication information on to other systems like akeyring.
  • password modules are responsible for updating passwords, and are generally coupled to modules employed in the authentication step. They may also be used to enforce strong passwords.
  • session modules define actions that are performed at the beginning and end of sessions. A session starts after the user has successfully authenticated.

See also

[edit]

References

[edit]
  1. ^"Release 1.7.1". 17 June 2025. Retrieved23 June 2025.
  2. ^"Chapter 1. Introduction".An Internet Archive page of Linux PAM site. Archived fromthe original on 2021-05-06. Retrieved2023-11-11.
  3. ^Lauber, Susan (2020-07-22)."An introduction to Pluggable Authentication Modules (PAM) in Linux".Red Hat. Retrieved2021-02-28.
  4. ^Fernandes, Savio; Reddy, KLM."Securing Applications on Linux with PAM | Linux Journal".Linux Journal. Retrieved2018-09-30.
  5. ^"pam.d(8): Pluggable Authentication Modules for - Linux man page".linux.die.net. Retrieved2021-02-28.

External links

[edit]
Organization
Kernel
Support
People
Technical
Debugging
Startup
ABIs
APIs
Kernel
System Call
Interface
In-kernel
Userspace
Daemons,
File systems
Wrapper
libraries
Components
Variants
Virtualization
Adoption
Range
of use
Adopters


Stub icon

This security software article is astub. You can help Wikipedia byexpanding it.

Retrieved from "https://en.wikipedia.org/w/index.php?title=Linux_PAM&oldid=1289055148"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp