Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 May 1995 23:24:23 -0400
From:      Charles Henrich <henrich@crh.cl.msu.edu>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: adduser bug, fix...
Message-ID:  <199505190324.UAA09695@freefall.cdrom.com>

next in thread | raw e-mail | index | archive | help
The problem is the returned salt, while the freebsd man pages asks that the
crypt salt string begin with a '_', no other crypt's do.  If you remove the
initialization of $salt to '_' in sub salt(), everything works as advertised.

Did libcrypt() change to be more standard, or is this a perlism?

-Crh

    Charles Henrich     Michigan State University     henrich@crh.cl.msu.edu

                     http://rs560.msu.edu/~henrich/
-- 

    Charles Henrich     Michigan State University     henrich@crh.cl.msu.edu

                     http://rs560.msu.edu/~henrich/



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