Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Oct 2003 08:22:03 -0500 (CDT)
From:      Mark Tinguely <tinguely@casselton.net>
To:        freebsd-questions@freebsd.org, james@ytjameslee.com
Subject:   Re: Encrypted Password Portability Between releases
Message-ID:  <200310081322.h98DM3AV013070@casselton.net>
In-Reply-To: <44brstmcdr.fsf@be-well.ilk.org>

next in thread | previous in thread | raw e-mail | index | archive | help

  James Moser <james@ytjameslee.com> writes:

>   ... If I encrypt on a 4.7 box will it work on a 4.8
> system, just not the other way around?

what is the entry in the "crypt_default" two OSes /etc/auth.conf files?

I suspect the FreeBSD 4.8 is defaulting to MD5 encyption and the
FreeBSD 4.7 is knowledgable about DES encyption. MD5 passwords are
obvious because they start with "$1$" and they are longer than
DES encrypted passwords.

Sounds like you are re-implementing YP/NIS (see: man 8 yp).

--Mark Tinguely



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310081322.h98DM3AV013070>