|
PAM_LOGIN_ACCESS (8) | System administration commands and daemons | Unix Manual Pages | :man▋
NAME
pam_login_access - login.access PAM module
CONTENTS
Synopsis Description Login.access Account Management Module See Also Authors
SYNOPSIS
[service-name] module-type control-flag pam_login_access [options]
DESCRIPTION
The login.access service module for PAM, pam_login_access provides functionality for only one PAM category: account management. In terms of the module-type parameter, this is the "account" feature.
Login.access Account Management Module
The login.access account management component (pam_sm_acct_mgmt), returns success if and only the user is allowed to log in on the specified tty (in the case of a local login) or from the specified remote host (in the case of a remote login), according to the restrictions listed in /etc/login.access.
SEE ALSO
login.access(5), pam.conf(5), pam(8)
AUTHORS
login.access(5)
|