Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Nov 2000 07:09:57 -0500 (EST)
From:      Matt Heckaman <matt@ARPA.MAIL.NET>
To:        Nevermind <never@nevermind.kiev.ua>
Cc:        Chris Byrnes <chris@jeah.net>, stable@FreeBSD.ORG
Subject:   Re: Hmm..passwords.
Message-ID:  <Pine.BSF.4.21.0011210704230.88234-100000@epsilon.lucida.ca>
In-Reply-To: <20001121135541.A14220@nevermind.kiev.ua>

next in thread | previous in thread | raw e-mail | index | archive | help
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Tue, 21 Nov 2000, Nevermind wrote:
...
: The same thing...
: Mabe the point is in DES/md5 passwords?

FreeBSD has actually defaulted to MD5 passwords for quite a long time to
those of us not within the US. However, installing the US crypto has
always forced the usage of DES passwords by default. In order to switch
your machine back to DES passwords from MD5 passwords, this is what you
need to do:

[ commands done one line at a time for clear reading ]

# cd /usr/lib

# rm libcrypt.a
# rm libcrypt.so
# rm libcrypt.so.2
# rm libcrypt_p.a
# ln -s libdescrypt.a libcrypt.a
# ln -s libdescrypt.so libcrypt.so
# ln -s libdescrypt.so.2 libcrypt.so.2
# ln -s libdescrypt_p.a libcrypt_p.a

That's it. Should you desire to switch BACK to MD5 passwords, just take
those above steps and do a s/libdescrypt/libscrypt/g on it.

Hope this if of help to you all.

* Matt Heckaman   - mailto:matt@lucida.qc.ca  http://www.lucida.qc.ca/ *
* GPG fingerprint - A9BC F3A8 278E 22F2 9BDA  BFCF 74C3 2D31 C035 5390 *

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.4 (FreeBSD)
Comment: http://www.lucida.qc.ca/pgp

iD8DBQE6GmYXdMMtMcA1U5ARAtp6AJ995uDJnev8k6YaPt8WrP0laJuv+ACgkEAI
DZE/qN+NUt8AkAZk2Mu+m/w=
=VFbM
-----END PGP SIGNATURE-----




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.0011210704230.88234-100000>