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 /share | |
parent | 61db3cc2c59b8a65075d56d23e1bb07b3e0051dd (diff) |
newsalt uses 24-bit count, and not 32-bit
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/passwd.conf.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man5/passwd.conf.5 b/share/man/man5/passwd.conf.5 index 757adc2145f..e703339891b 100644 --- a/share/man/man5/passwd.conf.5 +++ b/share/man/man5/passwd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: passwd.conf.5,v 1.5 1998/07/04 18:29:17 provos Exp $ +.\" $OpenBSD: passwd.conf.5,v 1.6 1998/07/05 21:08:37 provos Exp $ .\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> .\" All rights reserved. .\" @@ -56,7 +56,7 @@ this file are: The cipher to use for local passwords. Possible values are: 'old', 'newsalt,<rounds>', 'md5' or 'blowfish,<rounds>'. For .Nm newsalt -the value of rounds is a 32-bit integer with a minmum of 725 rounds. +the value of rounds is a 24-bit integer with a minmum of 7250 rounds. For .Nm blowfish the value can be between 4 and 31. It specifies the base 2 logarithm of |