From owner-cvs-all Fri Nov 20 15:20:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA05168 for cvs-all-outgoing; Fri, 20 Nov 1998 15:20:03 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA05105; Fri, 20 Nov 1998 15:20:00 -0800 (PST) (envelope-from jdp@FreeBSD.org) From: John Polstra Received: (from jdp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA10202; Fri, 20 Nov 1998 15:20:01 -0800 (PST) Date: Fri, 20 Nov 1998 15:20:01 -0800 (PST) Message-Id: <199811202320.PAA10202@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/etc pam.conf Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jdp 1998/11/20 15:20:01 PST Modified files: etc Makefile Added files: etc pam.conf Log: Add a sample "/etc/pam.conf" file that configures the authentication methods used by login. Changes to "/usr/bin/login" to use it will be committed later today. The format of the file is described in pam(8). This sample file makes login behave in the traditional way. To wit, it enables authentication via S/Key and passwd/NIS lookups. KerberosIV authentication is present in the sample file but commented out. As a safety net and a transition aid, login will fall back on built-in passwd/NIS authentication if this configuration file is missing or if some other fatal PAM error occurs. This file will eventually replace "/etc/auth.conf", but not until I've finished converting the other utilities, such as passwd and su. Revision Changes Path 1.180 +3 -2 src/etc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message