PAM_ROOTOK(8) | System Manager's Manual | PAM_ROOTOK(8) |
pam_rootok
—
RootOK PAM module
[service-name] module-type control-flag pam_rootok [options]
The RootOK authentication service module for PAM provides
functionality for only one PAM category: authentication. In terms of the
module-type parameter, this is the
“auth
” feature. It also provides a
null function for session management.
The RootOK authentication component
(pam_sm_authenticate
()),
always returns success for the superuser; i.e., if
getuid(2) returns 0.
The following options may be passed to the authentication module:
July 8, 2001 | NetBSD 10.99 |