freebsd-dev/contrib/libpam/modules/pam_rootok/README
2001-05-11 10:12:55 +00:00

20 lines
496 B
Plaintext

# $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