From owner-cvs-all Fri Nov 20 18:22:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA26080 for cvs-all-outgoing; Fri, 20 Nov 1998 18:22:13 -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 SAA26072; Fri, 20 Nov 1998 18:22:10 -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 SAA16990; Fri, 20 Nov 1998 18:22:15 -0800 (PST) Date: Fri, 20 Nov 1998 18:22:15 -0800 (PST) Message-Id: <199811210222.SAA16990@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.bin/login Makefile login.c klogin.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jdp 1998/11/20 18:22:14 PST Modified files: usr.bin/login Makefile login.c Removed files: usr.bin/login klogin.c Log: ATTENTION: INSTALL "/etc/pam.conf" FROM "src/etc"!!! Change login to use PAM for authentication. I kept the built-in passwd/NIS authentication support, to handle cases where the system is missing its "/etc/pam.conf" file. S/Key and KerberosIV authentication methods are removed from the login program, but still available in PAM modules. Revision Changes Path 1.24 +4 -16 src/usr.bin/login/Makefile 1.43 +145 -106 src/usr.bin/login/login.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message