Subject: how to compile with crypt?
To: netbsd-help <netbsd-help@NetBSD.ORG>
From: John Maier <JohnAM@datastorm.com>
List: netbsd-users
Date: 07/14/1995 14:11:00
I am trying to compile a simple pop3 server I found.  Compiles file except 
for the part that uses crypt.  I'm running NetBSD 1.0 without the passwd 
file encrypted so I figured I could changed the line:
cp=crypt(pass,pwd->pw_passwd);
to just...
cp=pass,pwd->pw_passwd;

and it works...sort of.

I can get it to start, but I can't log in!  What do I need to do?
Can anyone explain how this all works?
jam

***************************************************************************
*       John A. Maier          * Research and Development                 *
* E-mail: johnam@datastorm.com * Datastorm Technologies Inc.              *
*                              * Procomm Plus for Windows and DOS         *
*                              * (314) 443-3283                           *
***************************************************************************