*BSD News Article 9561


Return to BSD News archive

Received: by minnie.vk1xwt.ampr.org with NNTP
	id AA5990 ; Sat, 02 Jan 93 17:09:33 EST
Path: sserve!manuel.anu.edu.au!munnari.oz.au!spool.mu.edu!caen!uflorida!usf.edu!screamer!gambert
From: gambert@screamer.csee.usf.edu (Allen Gambert)
Newsgroups: comp.unix.bsd
Subject: encrypted passwds on 386bsd
Message-ID: <1993Jan2.185919.13930@ariel.ec.usf.edu>
Date: 2 Jan 93 18:59:19 GMT
Sender: gambert@screamer (Allen Gambert)
Organization: University of South Florida at Tampa
Lines: 10

I remember reading awhile back on how to add encryption in the passwd file.
I lost the copy of the file and I would know like to add this feature.

Does anyone know how this can be done?  Do I just need to add the crypt function
to one of the libraries and then change the login program so it calls 
getpass.  I would then crypt the passwd and then compare it to the encrypted 
copy in the passwd file.  Is this all I need to do or is there more.  Any help
would be appreciated.

Allen