mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 17:49:22 -04:00
| .. | ||
| Makefile | ||
| pam_rootok.c | ||
| README | ||
# $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