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

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

Revision 1.7, Mon Mar 2 20:21:36 1998 UTC (26 years, 3 months ago) by provos
Branch: MAIN
CVS Tags: OPENBSD_2_3_BASE, OPENBSD_2_3
Changes since 1.6: +4 -4 lines

double the number of rounds (crank log(round) by one) to take improved
blowfish performance into account.

#	$OpenBSD: passwd.conf,v 1.7 1998/03/02 20:21:36 provos Exp $
#
# Passwd configuration file
#
# Possible stanzas are:
#       'default', username or .groupname
# 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, 2^x is number of rounds (BEST!)
#			  128 bit salt, 2^4 rounds are min, 2^31 max
#
# EXAMPLE to give members of group .wheel blowfish passwords
#.wheel:
#        localcipher=blowfish,7

default:
	localcipher=blowfish,6
	ypcipher=old

root:
	localcipher=blowfish,8