blob: 1f7ea52e5888c0a0b3fd5740ee2908609ae92203 (
plain) (
blame)
1
2
3
4
5
6
|
PAM is a system of libraries that handle the authentication tasks of
applications (services) on the system. The library provides a stable
general API that privilege granting programs (such as login(1) and su(1)) defer
to to perform standard authentication tasks.
WWW: https://www.linux-pam.org/
|