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

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

Revision 1.8, Sat Jul 4 18:30:14 1998 UTC (25 years, 11 months ago) by provos
Branch: MAIN
Changes since 1.7: +3 -2 lines

newsalt also takes ,rounds modifier.

#	$OpenBSD: passwd.conf,v 1.8 1998/07/04 18:30:14 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,x	- DES hash with salt of 24 bit, x a 32-bit integer
#			  specifiying the number of rounds.
#	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