|
NAMEpam_pefs —
pefs PAM module
SYNOPSIS[service-name] module-type control-flag pam_pefs [options]DESCRIPTIONThe pefs authentication service module for PAM,pam_pefs
provides functionality for two PAM categories: authentication and session
management. In terms of the module-type parameter, they
are the “auth ” and
“session ” features.
Module expects pefs file system to be mounted on user home directory and fails otherwise. Pefs Authentication ModuleThe pefs authentication component provides a function to verify the identity of a user (pam_sm_authenticate ()), by prompting the user
for a passphrase and verifying that it exists in pefs key chain database.
The following options may be passed to the authentication module:
Pefs Session Management ModuleThe pefs session management component provides functions to initiate (pam_sm_open_session ()) and terminate
(pam_sm_close_session ()) sessions. The
pam_sm_open_session () function adds key or key chain
decrypted during the authentication phase to the pefs file system mounted on
user home directory.
FILES
SEE ALSOpam.conf(5), pam(8) pefs(8)AUTHORSThepam_pefs module was written by Gleb
Kurtsou ⟨gleb@FreeBSD.org⟩.
BUGSpam_sm_close_session () function doesn't delete keys
added during by pam_sm_open_session ().
Visit the GSP FreeBSD Man Page Interface. |