diff options
author | Moritz Jodeit <moritz@cvs.openbsd.org> | 2004-12-20 15:08:09 +0000 |
---|---|---|
committer | Moritz Jodeit <moritz@cvs.openbsd.org> | 2004-12-20 15:08:09 +0000 |
commit | 1354c1b724af1985204aea99e440a415164874f7 (patch) | |
tree | 65568e0d197b8f32e201d864c573f03deb29f431 /share/man/man5 | |
parent | 02a7a8cbefcf196bbeaa088c10cec82ba5e6e5e7 (diff) |
blowfish defaults to 6 rounds.
patch from mpech@ and ok henning@
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/login.conf.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man5/login.conf.5 b/share/man/man5/login.conf.5 index 8a73a192cab..4d1ab70a868 100644 --- a/share/man/man5/login.conf.5 +++ b/share/man/man5/login.conf.5 @@ -30,7 +30,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: login.conf.5,v 1.35 2004/08/10 15:53:31 millert Exp $ +.\" $OpenBSD: login.conf.5,v 1.36 2004/12/20 15:08:08 moritz Exp $ .\" BSDI $From: login.conf.5,v 2.20 2000/06/26 14:50:38 prb Exp $ .\" .Dd June 18, 2001 @@ -161,7 +161,7 @@ See .Xr login 1 . .\" .Pp -.It localcipher Ta string Ta old Ta +.It localcipher Ta string Ta blowfish,6 Ta The cipher to use for local passwords. Possible values are: .Dq old , |