]> granicus.if.org Git - linux-pam/blob - modules/pam_rootok/README
Relevant BUGIDs: 124923
[linux-pam] / modules / pam_rootok / README
1 # $Id$
2 #
3
4 this module is an authentication module that performs one task: if the
5 id of the user is '0' then it returns 'PAM_SUCCESS' with the
6 'sufficient' /etc/pam.conf control flag it can be used to allow
7 password free access to some service for 'root'
8
9 Recognized arguments:
10
11         debug           write a message to syslog indicating success or
12                         failure.
13
14 module services provided:
15
16         auth            _authetication and _setcred (blank)
17
18 Andrew Morgan