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

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

Revision 1.10, Mon Jun 14 06:51:35 1999 UTC (24 years, 11 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9, OPENBSD_2_8_BASE, OPENBSD_2_8, OPENBSD_2_7_BASE, OPENBSD_2_7, OPENBSD_2_6_BASE, OPENBSD_2_6
Changes since 1.9: +2 -2 lines

YP client, not just YP

#	$OpenBSD: passwd.conf,v 1.10 1999/06/14 06:51:35 deraadt 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 client compatible)
#	newsalt,x	- DES hash with salt of 24 bit, x a 24-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