diff options
author | Niels Provos <provos@cvs.openbsd.org> | 1998-07-05 21:08:38 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 1998-07-05 21:08:38 +0000 |
commit | f5a47d994d633015b1d28e0e9bfcc4c0d1454690 (patch) | |
tree | c1ce714d1f85cb63b86d399b1a8fc186ec1a316c /etc | |
parent | 61db3cc2c59b8a65075d56d23e1bb07b3e0051dd (diff) |
newsalt uses 24-bit count, and not 32-bit
Diffstat (limited to 'etc')
-rw-r--r-- | etc/passwd.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/passwd.conf b/etc/passwd.conf index 5ba025c6d63..7278c5102d1 100644 --- a/etc/passwd.conf +++ b/etc/passwd.conf @@ -1,4 +1,4 @@ -# $OpenBSD: passwd.conf,v 1.8 1998/07/04 18:30:14 provos Exp $ +# $OpenBSD: passwd.conf,v 1.9 1998/07/05 21:08:35 provos Exp $ # # Passwd configuration file # @@ -8,7 +8,7 @@ # 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 32-bit integer +# 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!) |