From f4f9c797da7efefc86eb88e1124087615804ad2d Mon Sep 17 00:00:00 2001 From: Niels Provos Date: Sat, 4 Jul 1998 18:29:18 +0000 Subject: document the variable number of rounds for 'newsalt'. That name should probably be changed to something more fitting. --- share/man/man5/passwd.conf.5 | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/share/man/man5/passwd.conf.5 b/share/man/man5/passwd.conf.5 index 26525814bb6..757adc2145f 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.4 1997/12/02 10:57:36 provos Exp $ +.\" $OpenBSD: passwd.conf.5,v 1.5 1998/07/04 18:29:17 provos Exp $ .\" Copyright 1997 Niels Provos .\" All rights reserved. .\" @@ -53,8 +53,14 @@ this file are: .Pp .Bl -tag -width localcipher -offset indent .It localcipher -The cipher to use for local passwords. Possible values are: 'old', 'newsalt', 'md5' -or 'blowfish,' where rounds is a value between 4 and 31. +The cipher to use for local passwords. Possible values are: 'old', 'newsalt,', 'md5' or 'blowfish,'. +For +.Nm newsalt +the value of rounds is a 32-bit integer with a minmum of 725 rounds. +For +.Nm blowfish +the value can be between 4 and 31. It specifies the base 2 logarithm of +the number of rounds. .It ypcipher The cipher to use for YP passwords. The possible values are the same as for localcipher. -- cgit v1.2.3