diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-03-27 23:09:14 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-03-27 23:09:14 +0000 |
commit | bd6623152e148d1d5531ae1f8b94dc44ff8b7407 (patch) | |
tree | 1df3348db808a1d03f64a3c155d5cd45a96f9464 | |
parent | fde46331c33e6fa0886c635c5b578a1e479e0a18 (diff) |
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 |