From owner-freebsd-questions@FreeBSD.ORG Tue Jan 25 01:03:25 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A307016A4CE for ; Tue, 25 Jan 2005 01:03:25 +0000 (GMT) Received: from kane.otenet.gr (kane.otenet.gr [195.170.0.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id A502D43D3F for ; Tue, 25 Jan 2005 01:03:23 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-b135.otenet.gr [212.205.244.143]) j0P13Lpa030055 for ; Tue, 25 Jan 2005 03:03:22 +0200 Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.13.1/8.13.1) with ESMTP id j0P13I37019271 for ; Tue, 25 Jan 2005 03:03:18 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.13.1/8.13.1/Submit) id j0P13H0W019270 for freebsd-questions@freebsd.org; Tue, 25 Jan 2005 03:03:18 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Tue, 25 Jan 2005 03:03:17 +0200 From: Giorgos Keramidas To: freebsd-questions@freebsd.org Message-ID: <20050125010317.GA19233@gothmog.gr> References: <41F5882D.1090606@calarts.edu> <41F58EC5.9010702@mac.com> <1292665164.20050125015347@wanadoo.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1292665164.20050125015347@wanadoo.fr> Subject: Re: Username and password limits X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Jan 2005 01:03:25 -0000 On 2005-01-25 01:53, Anthony Atkielski wrote: > Chuck Swiger writes: > CS> If you are using traditional DES encryption, 8 and 8. If you use the > CS> fancy new MD5 hash, "_PASSWORD_LEN (currently 128 characters)". > > So which is the default? The one set in /etc/login.conf: % gothmog:/home/giorgos$ grep passwd /etc/login.conf % :passwd_format=md5:\ % # :passwd_format=des:\ % gothmog:/home/giorgos$