1# $Id: README,v 1.4 2002/03/27 02:36:36 bbraun Exp $
2#
3
4this module is an authentication module that performs one task: if the
5id 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
7password free access to some service for 'root'
8
9Recognized arguments:
10
11	debug		write a message to syslog indicating success or
12			failure.
13
14module services provided:
15
16	auth		_authentication and _setcred (blank)
17
18Andrew Morgan
19