From owner-freebsd-ports@FreeBSD.ORG Thu Mar 18 06:01:11 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7C5616A524 for ; Thu, 18 Mar 2004 06:01:11 -0800 (PST) Received: from parati.mdbrasil.com.br (parati.mdbrasil.com.br [200.210.70.4]) by mx1.FreeBSD.org (Postfix) with SMTP id 70B2743D31 for ; Thu, 18 Mar 2004 06:01:10 -0800 (PST) (envelope-from jmelo@FreeBSDBrasil.COM.BR) Received: (qmail 88499 invoked by uid 1014); 18 Mar 2004 12:51:50 -0000 Received: from jmelo@FreeBSDBrasil.COM.BR by parati.mdbrasil.com.br by uid 82 with qmail-scanner-1.20 Clear:RC:1(200.251.200.86):. Processed in 5.697412 secs); 18 Mar 2004 12:51:48 -0000 Received: from unknown (HELO offset.freebsdbrasil.com.br) (200.251.200.86) by parati.mdbrasil.com.br with SMTP; 18 Mar 2004 09:51:39 -0300 Date: Thu, 18 Mar 2004 10:08:35 -0300 (BRT) From: Jean Milanez Melo To: Clinton In-Reply-To: <200403172201.i2HM1eba003754@server1.hcents.com> Message-ID: <20040318100218.K3824-100000@offset.freebsdbrasil.com.br> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: chpasswd-2.2.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Mar 2004 14:01:11 -0000 Hi Clinton, Probably you are using DES encrypt. Try change your /etc/auth.conf and /etc/login.conf to Blowfish(blf) like this: In auth.conf: crypt_default = blf In login.conf: :passwd_format=blf:\ After, run cap_mkdb /etc/login.conf Now it will work correctly. Jean Milanez Melo FreeBSD Brasil LTDA. http://www.freebsdbrasil.com.br On Wed, 17 Mar 2004, Clinton wrote: > I am using chpasswd like so > > /usr/sbin/chpasswd < pass.txt > > The weirdest thing is going on! > > It changes the password, but let's say this > Current password when checking email is: > cbipass019 > > Then I change the password to: > cbipass018 > > Both passwords work!! > Even if I try cbipass000 > > If I change it to > cbipass999 > it does not work! > > What is going on? > > If I use passwd it all works fine! > > > Clinton > Hitcents.com > Tel: (270) 796-5063 ext 105# > Fax: (270) 796-3195 > Cell: (270) 996-1122 > >