From owner-freebsd-questions@FreeBSD.ORG Fri Mar 18 15:37:45 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 3367A16A4CE for ; Fri, 18 Mar 2005 15:37:45 +0000 (GMT) Received: from mail28.sea5.speakeasy.net (mail28.sea5.speakeasy.net [69.17.117.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id F36AB43D2F for ; Fri, 18 Mar 2005 15:37:44 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 4120 invoked from network); 18 Mar 2005 15:37:44 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail28.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 18 Mar 2005 15:37:44 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id E120382; Fri, 18 Mar 2005 10:37:43 -0500 (EST) Sender: lowell@be-well.ilk.org To: Dick Hoogendijk To: freebsd-questions@freebsd.org References: <20050318151958.GB36966@lothlorien.nagual.st> From: Lowell Gilbert Date: 18 Mar 2005 10:37:43 -0500 In-Reply-To: <20050318151958.GB36966@lothlorien.nagual.st> Message-ID: <44zmx13qyg.fsf@be-well.ilk.org> Lines: 16 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: password length default install X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Mar 2005 15:37:45 -0000 Dick Hoogendijk writes: > What is the password lenght one may use at login? I didn't change the > defaults on my fbsd-4.11 (login passwd md5 ??) > > I remember linux had as default some eight chars or so. I want to use > more chars for some accounts. Can I safely use 10-12 chars? DES passwords are limited to 8 characters (significant characters; you can type away all you want, but only the first 8 characters affect the result). MD5 can use considerably more (128, according to something out of the mists of my memory, but I haven't checked). This is true on any OS that supports both. See the "DES, MD5, and Crypt" section in the Handbook.