diff options
author | 1997-03-27 00:10:52 +0000 | |
---|---|---|
committer | 1997-03-27 00:10:52 +0000 | |
commit | 8b58c0b45ec0fe03e732593b3f4842962ca47394 (patch) | |
tree | 348167a845e46a7c3ea355f385849fd38a3d7c8a | |
parent | add comment on md5 (diff) | |
download | wireguard-openbsd-8b58c0b45ec0fe03e732593b3f4842962ca47394.tar.xz wireguard-openbsd-8b58c0b45ec0fe03e732593b3f4842962ca47394.zip |
md5 stuff
-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 5ae0ee7e546..b0357f3b72a 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.1 1997/02/25 18:17:10 provos Exp $ +.\" $OpenBSD: passwd.conf.5,v 1.2 1997/03/27 00:10:52 provos Exp $ .\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> .\" All rights reserved. .\" @@ -49,7 +49,7 @@ this file are: .Pp .Bl -tag -width localcipher -offset indent .It localcipher -The cipher to use for local passwords. Possible values are: 'old', 'newsalt' +The cipher to use for local passwords. Possible values are: 'old', 'newsalt', 'md5' or 'blowfish,<rounds>' where rounds is a value between 4 and 31. .It ypcipher The cipher to use for YP passwords. The possible values are the same as |