User Tools

Site Tools


ubuntu:pam_pluggable_authentication_module

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
ubuntu:pam_pluggable_authentication_module [2019/12/01 12:22] peterubuntu:pam_pluggable_authentication_module [2020/07/15 09:30] (current) – external edit 127.0.0.1
Line 8: Line 8:
  
 The modules themselves will usually be located in the directory /lib/security or /lib64/security and take the form of dynamically loadable object files.  See dlopen(3)). The modules themselves will usually be located in the directory /lib/security or /lib64/security and take the form of dynamically loadable object files.  See dlopen(3)).
 +
 +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. 
 +</WRAP>
 +
  
 ---- ----
 +
 +[[Ubuntu:PAM:Check is a program can use PAM|Check is a program can use PAM]]
 +
 +[[Ubuntu:PAM:Configure PAM|Configure PAM]]
 +
 +[[Ubuntu:PAM:Configure PAM Advanced|Configure PAM Advanced]]
 +
 +[[Ubuntu:PAM:Disable PAM for a group|Disable PAM for a group]]
 +
 +[[Ubuntu:PAM:Find all programs that use PAM|Find all programs that use PAM]]
 +
 +[[Ubuntu:PAM:PAM Modules|PAM Modules]]
  
 [[Ubuntu:PAM:pam_passwdqc|pam_passwdqc]] [[Ubuntu:PAM:pam_passwdqc|pam_passwdqc]]
 +
 +[[Ubuntu:PAM:Restrict root Access to SSH Service|Restrict root Access to SSH Service]]
 +
ubuntu/pam_pluggable_authentication_module.1575202962.txt.gz · Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki