From owner-cvs-src Mon Mar 3 1:54:29 2003 Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B4A237B401; Mon, 3 Mar 2003 01:54:27 -0800 (PST) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8678D43FDF; Mon, 3 Mar 2003 01:54:25 -0800 (PST) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.7/8.12.7) with ESMTP id h239sOvn021020; Mon, 3 Mar 2003 12:54:24 +0300 (MSK) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.7/8.12.6/Submit) id h239sN9k021019; Mon, 3 Mar 2003 12:54:23 +0300 (MSK) (envelope-from ache) Date: Mon, 3 Mar 2003 12:54:23 +0300 From: "Andrey A. Chernov" To: David Schultz Cc: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libutil login.conf.5 Message-ID: <20030303095422.GA20923@nagual.pp.ru> References: <200303030509.h2359Ofb036507@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200303030509.h2359Ofb036507@repoman.freebsd.org> User-Agent: Mutt/1.5.1i Sender: owner-cvs-src@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Mar 02, 2003 at 21:09:24 -0800, David Schultz wrote: > das 2003/03/02 21:09:24 PST > > FreeBSD src repository > > Modified files: > lib/libutil login.conf.5 > Log: > - Document the fact that we now use pam_passwdqc(8) to check > password quality, not login.conf(5). > - Move warnexpire and warnpasswd from the ``Accounting Limits'' > section to ``Authentication'', and nix everything else in the > former section. The accounting knobs are not available in > the base system, and the subset of them available in ports > should be documented in the ports' manpages. It looks like this commit should be backed out. I don't look in the actual change yet, but LOGIN_CAP library have nothing common with PAM and can be used standalone. F.e. LOGIN_CAP not use any PAM functions including pam_passwdqc(). It looks like wrong place to commit this info, better places are login(1) or some PAM manpages. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-src" in the body of the message