Content deleted Content added
Ryangedwards (talk | contribs) Latest release is now 1.5.3 |
Xose.vazquez (talk | contribs) No edit summary |
||
(4 intermediate revisions by 4 users not shown) | |||
Line 1:
{{Short description|Software library to manage authentication on Linux
{{Infobox software
| name = Linux PAM
Line 15:
| released = <!-- {{Start date and age|YYYY|MM|DD|df=yes/no}} -->
| discontinued =
| latest release version =
| latest release date = {{
| latest preview version =
| latest preview date = <!-- {{Start date and age|YYYY|MM|DD|df=yes/no}} -->
Line 24:
| size =
| genre = authentication
| repo =
| license = [[GNU General Public License]] or [[Modified BSD License]]
| website = {{URL|
}}
'''Linux Pluggable Authentication Modules''' (PAM) is a suite of libraries that allow a Linux [[system administrator]] to configure methods to [[Authentication|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.<ref>{{Cite web|title=Chapter 1. Introduction|url=
Linux-PAM separates the tasks of authentication into four independent management groups:<ref>{{Cite web|title=pam.d(8): Pluggable Authentication Modules for - Linux man page|url=https://linux.die.net/man/8/pam.d|access-date=2021-02-28|website=linux.die.net}}</ref>
Line 48:
*[https://github.com/linux-pam/linux-pam Development site for the Linux-PAM project]
* [http://aplawrence.com/Basics/understandingpam.html ''Understanding PAM'', by A.P. Lawrence]
{{Linux kernel}}
|