mirror of
https://gitlab.com/CinnamonSlackBuilds/csb.git
synced 2024-12-28 09:58:11 +01:00
a3a0fd8027
This reverts commit 7bc9547c6b
.
12 lines
502 B
Text
12 lines
502 B
Text
|-----handy-ruler------------------------------------------------------|
|
|
pam: pam (Pluggable Authentication Modules)
|
|
pam:
|
|
pam: PAM = Pluggable Authentication Modules. Basically, it is a flexible
|
|
pam: mechanism for authenticating users. PAM provides a way to develop
|
|
pam: programs that are independent of authentication scheme. However,
|
|
pam: these programs will need "authentication modules" (and libpam) at
|
|
pam: run-time in order to work.
|
|
pam:
|
|
pam:
|
|
pam: Homepage: http://www.linux-pam.org/
|
|
pam:
|