freebsd-dev/contrib/libpam/modules/pam_rootok
1998-11-18 01:16:21 +00:00
..
Makefile Initial import of virgin Linux-PAM 0.65, slightly stripped down. 1998-11-18 01:16:21 +00:00
pam_rootok.c Initial import of virgin Linux-PAM 0.65, slightly stripped down. 1998-11-18 01:16:21 +00:00
README Initial import of virgin Linux-PAM 0.65, slightly stripped down. 1998-11-18 01:16:21 +00:00

# $Id: README,v 1.1 1996/05/10 04:15:31 morgan 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		_authetication and _setcred (blank)

Andrew Morgan