freebsd-dev/contrib/libpam/modules/pam_rootok
2001-05-11 10:12:55 +00:00
..
Makefile Add utility PAMs for finer userland control 2001-05-11 10:12:55 +00:00
pam_rootok.c Add utility PAMs for finer userland control 2001-05-11 10:12:55 +00:00
README Add utility PAMs for finer userland control 2001-05-11 10:12:55 +00:00

# $Id: README,v 1.1.1.1 2000/06/20 22:11:56 agmorgan Exp $
# $FreeBSD$
#

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