From owner-cvs-all@FreeBSD.ORG Sun Jul 27 19:28:52 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 986C937B401; Sun, 27 Jul 2003 19:28:52 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3361D43F93; Sun, 27 Jul 2003 19:28:52 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6S2Sq0U050498; Sun, 27 Jul 2003 19:28:52 -0700 (PDT) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6S2SpYD050497; Sun, 27 Jul 2003 19:28:51 -0700 (PDT) Message-Id: <200307280228.h6S2SpYD050497@repoman.freebsd.org> From: Robert Watson Date: Sun, 27 Jul 2003 19:28:51 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc auth.conf X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jul 2003 02:28:52 -0000 rwatson 2003/07/27 19:28:51 PDT FreeBSD src repository Modified files: etc auth.conf Log: auth.conf seems to be being gradually subsumed by user classes and PAM configuration. Remove the line concerning "auth_list" from the template, since it's referenced only in the tinyware password command, and only #ifdef KERBEROS, which isn't defined in tinyware. Add a comment about auth.conf being on the way out the door. The one remaining consumer of auth.conf is crypt(3). Revision Changes Path 1.6 +4 -6 src/etc/auth.conf