From owner-freebsd-questions@FreeBSD.ORG Tue Jun 18 02:42:51 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id EDB63417 for ; Tue, 18 Jun 2013 02:42:51 +0000 (UTC) (envelope-from kudzu@tenebras.com) Received: from mail-ob0-x22a.google.com (mail-ob0-x22a.google.com [IPv6:2607:f8b0:4003:c01::22a]) by mx1.freebsd.org (Postfix) with ESMTP id BC48310B0 for ; Tue, 18 Jun 2013 02:42:51 +0000 (UTC) Received: by mail-ob0-f170.google.com with SMTP id ef5so4027142obb.1 for ; Mon, 17 Jun 2013 19:42:51 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:x-gm-message-state; bh=Q0VsomX54dJs5b6UAwVVfMpaLEdfOfApNDAcqEOvHDw=; b=MgD/YqTxWm7D2JTbImPnb0AdeIgsvAiDNkYZjn/QTNZVR6KThc9IYO40VQlH59JZqV Es8P+LqNDLL18JX/gEgTe84+8xvogu5uYV+JFEZs1V+6o2n5qRVrpxQE1NhmOT7vQfKK a5nITYVbM/Z6/5aAOD/gX69nN200Fm4ZUOc7/X4f7OfiA0MlqEj1GeBeM/DkXR6YkuQH 37bXsTiN9wdlDd9+DBmNKtL9j8xR0TvQZe7n/a3RvA77aEG8tWANxtaE2JFXAokI57kQ RCjfxay5s5lmjSozVg7ZfSTjHLiByikSEVgfphpoBSGMWOU0e7GtpbCCYwAfPEJFt8AL EYYg== MIME-Version: 1.0 X-Received: by 10.182.88.202 with SMTP id bi10mr7111917obb.91.1371523371316; Mon, 17 Jun 2013 19:42:51 -0700 (PDT) Received: by 10.60.123.77 with HTTP; Mon, 17 Jun 2013 19:42:51 -0700 (PDT) In-Reply-To: <1371523096.28354.140661245145265.2BADB3AF@webmail.messagingengine.com> References: <1371523096.28354.140661245145265.2BADB3AF@webmail.messagingengine.com> Date: Mon, 17 Jun 2013 19:42:51 -0700 Message-ID: Subject: Re: FreeBSD maximum password length From: Michael Sierchio To: Mark Felder Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQmCMdkH4nCI3VgK8EexUkTPnrysz8QfYmDpAwvX07WnsnF19XONx8ROyunBp6b+Cd3CXH5a Cc: FreeBSD Questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Jun 2013 02:42:52 -0000 I know this may seem off-the-wall to some, but I pasted a hashed password for a user under 9.1 into the /etc/passwd entry for that user on an 8.3 machine, and auth continues to work properly. That's nice. - M