[BACK]Return to passwd.conf CVS log [TXT][DIR] Up to [local] / src / etc

File: [local] / src / etc / Attic / passwd.conf (download)

Revision 1.4, Thu Mar 27 23:09:13 1997 UTC (27 years, 2 months ago) by deraadt
Branch: MAIN
Changes since 1.3: +4 -4 lines

better doc

#	$OpenBSD: passwd.conf,v 1.4 1997/03/27 23:09:13 deraadt Exp $
#
# Passwd configuration file
#
# Possible options are at the moment:
#	localcipher, ypcipher
# they can take values of
#	old		- old unix style salt of 12bit (YP compatible)
#	newsalt		- DES hash with salt of 64 bit
#	md5		- MD5 hashing algorithm
#	blowfish,x	- Blowfish cipher, x is number of rounds
#			  128 bit salt, 4 rounds are min, 31 max (BEST!)

default:
	localcipher=old
	ypcipher=old

root:
	localcipher=old