Date: Thu, 5 Oct 2000 00:00:44 +0700 (NSS) From: Max Khon <fjoe@iclub.nsu.ru> To: Patrick Bihan-Faou <patrick@mindstep.com> Cc: freebsd-stable@FreeBSD.ORG Subject: Re: passwd problem after builworld/installworld Message-ID: <Pine.BSF.4.21.0010042357350.2329-100000@iclub.nsu.ru> In-Reply-To: <010b01c02e1e$ed22a0a0$040aa8c0@local.mindstep.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0010042357350.2329-100000>