> >OpenBSD can use any of the following formats:
> Yeah, this is quite cool. Which scheme is the default?
Here is the default configuration file:
(Note how non-YP and YP ciphers are controlled seperately. This lets
us deal correctly in case the YP server is not capable of handling our
blowfish passwords. That hack is a bit ugly, I guess, but some people
need that).
# $OpenBSD: passwd.conf,v 1.6 1997/04/14 22:26:21 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,6
default:
localcipher=blowfish,5
ypcipher=old
root:
localcipher=blowfish,7
--
www.OpenBSD.org -- We're fixing security problems so you can sleep at night.
(If it wasn't so fascinating I might get some sleep myself...)