summaryrefslogtreecommitdiff
path: root/modules/pam_rootok/README
blob: 7120b1649ff595332900bd7b6c316b950881cfb6 (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		_authetication and _setcred (blank)

Andrew Morgan