Content deleted Content added
GNU/kFreeBSD is no longer maintained |
Xose.vazquez (talk | contribs) No edit summary |
||
(18 intermediate revisions by 14 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 [[
| website = {{URL|
}}
'''Linux Pluggable Authentication Modules''' (PAM)
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>
* 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 a [[Keyring (cryptography)|keyring]].
Line 38:
==See also==
{{Portal|Linux|Free and open-source software}}
*[[Pluggable Authentication Modules]]
*
==References==
Line 44 ⟶ 45:
==External links==
* [http://www.linux-pam.org/ Primary distribution site for the Linux-PAM
*
* [http://aplawrence.com/Basics/understandingpam.html ''Understanding PAM'', by A.P. Lawrence]
{{Linux kernel}}
|