summaryrefslogtreecommitdiff
path: root/modules/pam_rootok/README
blob: cccb5ce11b5027d8e0e431b4ad6cdad3a18e8dcf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $Id$
#

this module is an authentication module that performs one task: if the
id of the user is '0' then it returns 'PAM_SUCCESS' with the
'sufficient' /etc/pam.conf control flag it can be used to allow
password free access to some service for 'root'

Recognized arguments:

	debug		write a message to syslog indicating success or
			failure.

module services provided:

	auth		_authentication and _setcred (blank)

Andrew Morgan