Query: pam_rootok
OS: netbsd
Section: 8
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PAM_ROOTOK(8) BSD System Manager's Manual PAM_ROOTOK(8)NAMEpam_rootok -- RootOK PAM moduleSYNOPSIS[service-name] module-type control-flag pam_rootok [options]DESCRIPTIONThe 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. RootOK Authentication Module 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: debug syslog(3) debugging information at LOG_DEBUG level. no_warn suppress warning messages to the user. These messages include reasons why the user's authentication attempt was declined.SEE ALSOgetuid(2), pam.conf(5), pam(8)BSDJuly 8, 2001 BSD
| Related Man Pages | 
|---|
| pam_rootok(8) - linux | 
| pam_rootok(8) - suse | 
| pam_ftpusers(8) - netbsd | 
| pam_unix(8) - netbsd | 
| pam_securetty(8) - freebsd | 
| Similar Topics in the Unix Linux Community | 
|---|
| Cant su to root | 
| Not able to login to my Linux server | 
| Su root or login root | 
| User can't "su -" to root |