From owner-cvs-src@FreeBSD.ORG Mon Sep 19 12:20:40 2005 Return-Path: X-Original-To: cvs-src@freebsd.org 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 8CE9A16A41F; Mon, 19 Sep 2005 12:20:40 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.93]) by mx1.FreeBSD.org (Postfix) with ESMTP id D244943D45; Mon, 19 Sep 2005 12:20:38 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from flame.pc (aris.bedc.ondsl.gr [62.103.39.226]) by aiolos.otenet.gr (8.13.4/8.13.4/Debian-1) with SMTP id j8JCKall011060; Mon, 19 Sep 2005 15:20:37 +0300 Received: from flame.pc (flame [127.0.0.1]) by flame.pc (8.13.4/8.13.4) with ESMTP id j8JCKL3s001826; Mon, 19 Sep 2005 15:20:21 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by flame.pc (8.13.4/8.13.4/Submit) id j8JCKKbe001825; Mon, 19 Sep 2005 15:20:20 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Mon, 19 Sep 2005 15:20:20 +0300 From: Giorgos Keramidas To: Ceri Davies , Gavin Atkinson , src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org Message-ID: <20050919122020.GA1759@flame.pc> References: <200509181540.j8IFe2LR042274@repoman.freebsd.org> <20050918200104.F89636@ury.york.ac.uk> <20050918203109.GA1419@flame.pc> <20050918222401.GQ441@submonkey.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050918222401.GQ441@submonkey.net> Cc: Subject: Re: cvs commit: src/share/man/man5 passwd.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Sep 2005 12:20:40 -0000 On 2005-09-18 23:24, Ceri Davies wrote: >On Sun, Sep 18, 2005 at 11:31:09PM +0300, Giorgos Keramidas wrote: >>On 2005-09-18 20:16, Gavin Atkinson wrote: >>> On Sun, 18 Sep 2005, Giorgos Keramidas wrote: >>> > Modified files: >>> > share/man/man5 passwd.5 >>> > Log: >>> > Explain the use of `*' in master.passwd and that it's slightly >>> > different from the use of `*' in /etc/passwd. >>> >>> +.Nm master.passwd >>> +file, a password of >>> +.Ql * >>> +is used to indicate that no one can ever log into that account. >>> +The field only contains encrypted passwords, and >>> +.Ql * >>> +can never be the result of encrypting a password. >>> >>> This is not strictly true - all it prevents is logins using passwords. >>> Passwordless logins using SSH public keys (for example) are unaffected. > > Since "pw lock" has been entering the string '*LOCKED*' for years now, > is there any reason why this has never been fed back to the OpenSSH > project for inclusion as LOCKED_PASSWD_STRING for FreeBSD? > > Then we can document that in passwd.5 too and usage can start to > converge. Hi Ceri, The `*' reference above in master.passwd is not really OpenSSH-related. I think I'm not 100% sure why you were reminded of OpenSSH. Do you mean that we should document OpenSSH's and pw's ``*LOCKED*'' convention in there too?