Merge from vendor branch TCPDUMP:
[dragonfly.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 # $DragonFly: src/contrib/libpam/modules/pam_rootok/Attic/README,v 1.2 2003/06/17 04:24:03 dillon Exp $
4 #
5
6 this module is an authentication module that performs one task: if the
7 id of the user is '0' then it returns 'PAM_SUCCESS' with the
8 'sufficient' /etc/pam.conf control flag it can be used to allow
9 password free access to some service for 'root'
10
11 Recognized arguments:
12
13         debug           write a message to syslog indicating success or
14                         failure.
15
16 module services provided:
17
18         auth            _authetication and _setcred (blank)
19
20 Andrew Morgan