summaryrefslogtreecommitdiff
path: root/Linux-PAM/modules/pam_rootok/README
blob: 43b92e6c3c22173e55770a91aa08dc8f848ea2d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $Id: README,v 1.2 2001/11/27 05:37:30 agmorgan Exp $
#

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