From owner-freebsd-stable Wed Oct 4 10: 2:28 2000 Delivered-To: freebsd-stable@freebsd.org Received: from iclub.nsu.ru (iclub.nsu.ru [193.124.222.66]) by hub.freebsd.org (Postfix) with ESMTP id 6E7BC37B503 for ; Wed, 4 Oct 2000 10:02:23 -0700 (PDT) Received: from localhost (fjoe@localhost) by iclub.nsu.ru (8.9.3/8.9.3) with ESMTP id AAA02516; Thu, 5 Oct 2000 00:00:44 +0700 (NSS) (envelope-from fjoe@iclub.nsu.ru) Date: Thu, 5 Oct 2000 00:00:44 +0700 (NSS) From: Max Khon To: Patrick Bihan-Faou Cc: freebsd-stable@FreeBSD.ORG Subject: Re: passwd problem after builworld/installworld In-Reply-To: <010b01c02e1e$ed22a0a0$040aa8c0@local.mindstep.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hi, there! On Wed, 4 Oct 2000, Patrick Bihan-Faou wrote: > > demon# passwd pgsql > > Changing local password for pgsql. > > New password: > > Retype new password: > > passwd: cannot set password cipher: Undefined error: 0 > > passwd: /etc/master.passwd: unchanged > > I have the exact same problem if I set "passwd_format=des" in my login.conf > file. If I leave it undefined or set to "passwd_format=md5" then the > password updating works well. > > bash-2.03$ ls -l libcrypt* > lrwxr-xr-x 1 root wheel 11 Oct 3 16:22 libcrypt.a -> libscrypt.a > lrwxr-xr-x 1 root wheel 12 Oct 3 16:22 libcrypt.so -> libscrypt.so > lrwxr-xr-x 1 root wheel 14 Oct 3 16:22 libcrypt.so.2 -> > libscrypt.so.2 > lrwxrwxrwx 1 root wheel 15 Jan 3 2000 libcrypt_p.a -> > libdescrypt_p.a you do not have des in your libcrypt (libscrypt) what we need is one single libcrypt with all cipher algorithms in it (libcrypt == libdescrypt) /fjoe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message