Difference between revisions of "Linux-PAM"
From CBLFS
Jump to navigationJump to searchChipster19 (talk | contribs) |
|||
(14 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
+ | == Introduction to Linux-PAM == | ||
+ | |||
+ | Linux-PAM contains Pluggable Authentication Modules. This is useful for enabling the local system administrator to choose how applications authenticate users. Linux-PAM itself is in the [[PAM Library]] package. However, as a result of installing PAM, you need to reinstall Shadow. | ||
+ | |||
+ | === Setting up PAM === | ||
+ | |||
The Files lists here are PAM specific builds, if you attempt this build without PAM, your results may not be favorable. | The Files lists here are PAM specific builds, if you attempt this build without PAM, your results may not be favorable. | ||
* [[PAM Library]] | * [[PAM Library]] | ||
− | |||
* [[Shadow]] | * [[Shadow]] | ||
− | |||
− | = | + | === PAM Modules === |
− | + | * [[pam_ccreds]] | |
− | + | * [[pam_ldap]] | |
− | + | * [[pam_usb]] | |
− | + | * [[pam-krb5]] | |
− | + | * [[pam_mount]] | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
---- | ---- | ||
* [[Main Page]] | * [[Main Page]] | ||
+ | |||
+ | [[Category:Security]] |
Latest revision as of 01:12, 5 September 2009
Introduction to Linux-PAM
Linux-PAM contains Pluggable Authentication Modules. This is useful for enabling the local system administrator to choose how applications authenticate users. Linux-PAM itself is in the PAM Library package. However, as a result of installing PAM, you need to reinstall Shadow.
Setting up PAM
The Files lists here are PAM specific builds, if you attempt this build without PAM, your results may not be favorable.