Initial import from FreeBSD RELENG_4:
[games.git] / contrib / libpam / modules / pam_rootok / README
1 # $Id: README,v 1.1.1.1 2000/06/20 22:11:56 agmorgan Exp $
2 # $FreeBSD: src/contrib/libpam/modules/pam_rootok/README,v 1.3.2.2 2001/06/11 15:28:25 markm Exp $
3 #
4
5 this module is an authentication module that performs one task: if the
6 id of the user is '0' then it returns 'PAM_SUCCESS' with the
7 'sufficient' /etc/pam.conf control flag it can be used to allow
8 password free access to some service for 'root'
9
10 Recognized arguments:
11
12         debug           write a message to syslog indicating success or
13                         failure.
14
15 module services provided:
16
17         auth            _authetication and _setcred (blank)
18
19 Andrew Morgan