diff options
author | 1997-03-27 23:09:13 +0000 | |
---|---|---|
committer | 1997-03-27 23:09:13 +0000 | |
commit | b0d9025717ab30babaf7fbc0d6ef54d0b8897009 (patch) | |
tree | 9e701fe01c6ffee097ba88a0727a015a83c25f61 | |
parent | pretty and one 64bit thingy (diff) | |
download | wireguard-openbsd-b0d9025717ab30babaf7fbc0d6ef54d0b8897009.tar.xz wireguard-openbsd-b0d9025717ab30babaf7fbc0d6ef54d0b8897009.zip |
better doc
-rw-r--r-- | etc/passwd.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/passwd.conf b/etc/passwd.conf index 1d1d1a40c6d..9b47f27e63f 100644 --- a/etc/passwd.conf +++ b/etc/passwd.conf @@ -1,15 +1,15 @@ -# $OpenBSD: passwd.conf,v 1.3 1997/03/27 00:07:14 provos Exp $ +# $OpenBSD: passwd.conf,v 1.4 1997/03/27 23:09:13 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 +# old - old unix style salt of 12bit (YP compatible) # newsalt - DES hash with salt of 64 bit -# md5 - MD5 hashing algorithmus +# md5 - MD5 hashing algorithm # blowfish,x - Blowfish cipher, x is number of rounds -# 128 bit salt, 4 rounds are min, 31 max +# 128 bit salt, 4 rounds are min, 31 max (BEST!) default: localcipher=old |