ubuntu:pam_pluggable_authentication_module
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
ubuntu:pam_pluggable_authentication_module [2019/12/01 12:17] – peter | ubuntu:pam_pluggable_authentication_module [2020/07/15 09:30] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== PAM (Pluggable authentication module) ====== | ====== PAM (Pluggable authentication module) ====== | ||
- | [[PAM:pam_passwdqc|pam_passwdqc]] | + | PAM is a suite of shared libraries that enable the local system administrator to choose how applications authenticate users. |
+ | |||
+ | In other words, without (rewriting and) recompiling a PAM-aware application, | ||
+ | |||
+ | This PAM library is configured locally with a system file, / | ||
+ | |||
+ | The modules themselves will usually be located in the directory / | ||
+ | |||
+ | PAM deals with four separate types of (management) task: | ||
+ | |||
+ | * authentication management | ||
+ | * account management | ||
+ | * session management | ||
+ | * password management | ||
+ | |||
+ | These are handled in the relevant Linux-PAM configuration file. | ||
+ | |||
+ | The actual management functions are performed by modules specified in the configuration file. | ||
+ | |||
+ | <WRAP info> | ||
+ | If a program is going to use PAM, then it has to have PAM functions explicitly coded into the program. | ||
+ | |||
+ | If a program does not have the PAM functions included, then it is not possible to use PAM. | ||
+ | </ | ||
+ | |||
+ | |||
+ | ---- | ||
+ | |||
+ | [[Ubuntu:PAM:Check is a program can use PAM|Check is a program can use PAM]] | ||
+ | |||
+ | [[Ubuntu: | ||
+ | |||
+ | [[Ubuntu: | ||
+ | |||
+ | [[Ubuntu: | ||
+ | |||
+ | [[Ubuntu: | ||
+ | |||
+ | [[Ubuntu: | ||
[[Ubuntu: | [[Ubuntu: | ||
+ | |||
+ | [[Ubuntu: | ||
+ |
ubuntu/pam_pluggable_authentication_module.1575202665.txt.gz · Last modified: 2020/07/15 09:30 (external edit)