Date: Wed, 4 Oct 2000 12:19:52 -0400 From: "Patrick Bihan-Faou" <patrick@mindstep.com> To: <freebsd-stable@FreeBSD.ORG> Subject: Re: passwd problem after builworld/installworld Message-ID: <010b01c02e1e$ed22a0a0$040aa8c0@local.mindstep.com> References: <20001004110206.A5407@linux.rainbow>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi, ----- Original Message ----- From: "Igor Roboul" <igor@raduga.sochi.net> > I have done buildworld/installworld of one-week old cvsupped source. > So now I have 4.1.1-STABLE. All works Ok, except > > 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$ uname -a FreeBSD nitro 4.1.1-STABLE FreeBSD 4.1.1-STABLE #1: Tue Oct 3 17:53:09 EDT 2000 patrick@nitro:/music/usr_obj/music/usr_src/sys/NITRO i386 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 -r--r--r-- 1 root wheel 1276404 Oct 3 16:29 libcrypto.a lrwxr-xr-x 1 root wheel 14 Oct 3 16:29 libcrypto.so -> libcrypto.so.1 -r--r--r-- 1 root wheel 781588 Oct 3 16:29 libcrypto.so.1 bash-2.03$ ls -l libscrypt* -r--r--r-- 1 root wheel 9378 Oct 3 12:06 libscrypt.a lrwxr-xr-x 1 root wheel 14 Oct 3 16:22 libscrypt.so -> libscrypt.so.2 -r--r--r-- 1 root wheel 6224 Oct 3 12:06 libscrypt.so.2 -r--r--r-- 1 root wheel 26862 Jan 3 2000 libscrypt_p.a bash-2.03$ ls -l libdescrypt* -r--r--r-- 1 root wheel 16246 Oct 3 12:06 libdescrypt.a lrwxr-xr-x 1 root wheel 16 Oct 3 16:22 libdescrypt.so -> libdescrypt.so.2 -r--r--r-- 1 root wheel 11412 Oct 3 12:06 libdescrypt.so.2 -r--r--r-- 1 root wheel 34894 Jan 3 2000 libdescrypt_p.a In my /etc/make.conf file I have the following option: NODESCRYPTLINKS=true # do not replace libcrypt -> libscrypt links Any clue ? Patrick. 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?010b01c02e1e$ed22a0a0$040aa8c0>