summaryrefslogtreecommitdiff
path: root/etc/passwd.conf
blob: 7278c5102d19db084b5acda88d3855301b043aef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#	$OpenBSD: passwd.conf,v 1.9 1998/07/05 21:08:35 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 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