|
NAMEpam_securetty —
SecureTTY PAM module
SYNOPSIS[service-name] module-type control-flag pam_securetty [options]DESCRIPTIONThe SecureTTY service module for PAM,pam_securetty
provides functionality for only one PAM category: account management. In terms
of the module-type parameter, this is the
“account ” feature. It also provides null
functions for authentication and session management.
SecureTTY Account Management ModuleThe SecureTTY account management component (pam_sm_acct_mgmt ()), returns failure if the user is
attempting to authenticate as superuser, and the process is attached to an
insecure TTY. In all other cases, the module returns success.
A TTY is considered secure if it is listed in
/etc/ttys and has the
The following options may be passed to the authentication module: SEE ALSOgetttynam(3), syslog(3), pam.conf(5), ttys(5), pam(8)
Visit the GSP FreeBSD Man Page Interface. |