blob: 6081d46fe34d1f5d7961848bcb0f298eff4628dd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $OpenBSD: passwd.conf,v 1.2 1997/02/16 23:45:29 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
# newsalt - DES hash with salt of 64 bit
# blowfish,x - Blowfish cipher, x is number of rounds
# 128 bit salt, 4 rounds are min, 31 max
default:
localcipher=old
ypcipher=old
root:
localcipher=old
|