diff options
author | Kent R. Spillner <kspillner@cvs.openbsd.org> | 2014-09-17 17:58:42 +0000 |
---|---|---|
committer | Kent R. Spillner <kspillner@cvs.openbsd.org> | 2014-09-17 17:58:42 +0000 |
commit | 3551e149755341055e5cf63df45f5c1f3ea4ad67 (patch) | |
tree | 21600aefdde5cfc1c6a1f9f8e5e89d048bed0624 /share | |
parent | a2ee17e2a92124f8d67cdaed05792d60457e73a4 (diff) |
Increase number of blowfish rounds to 8 by default when not specified in
login.conf.
ok deraadt@ doug@ millert@
"please commit" tedu@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/login.conf.5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man5/login.conf.5 b/share/man/man5/login.conf.5 index d79739120fc..ec528ce860c 100644 --- a/share/man/man5/login.conf.5 +++ b/share/man/man5/login.conf.5 @@ -30,10 +30,10 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: login.conf.5,v 1.55 2014/08/11 12:57:14 jmc Exp $ +.\" $OpenBSD: login.conf.5,v 1.56 2014/09/17 17:58:35 kspillner Exp $ .\" BSDI $From: login.conf.5,v 2.20 2000/06/26 14:50:38 prb Exp $ .\" -.Dd $Mdocdate: August 11 2014 $ +.Dd $Mdocdate: September 17 2014 $ .Dt LOGIN.CONF 5 .Os .Sh NAME @@ -92,7 +92,7 @@ file are either boolean or use a .Ql = to separate the capability from the value. The types are described after the capability table. -.Bl -column "approve-service" "program" "blowfish,6" "Description" +.Bl -column "approve-service" "program" "blowfish,8" "Description" .It Sy Name Ta Sy Type Ta Sy Default Ta Sy Description .\" .It approve Ta program Ta "" Ta @@ -159,7 +159,7 @@ See .Xr login 1 . .\" .Pp -.It localcipher Ta string Ta blowfish,6 Ta +.It localcipher Ta string Ta blowfish,8 Ta The cipher to use for local passwords. Possible values are: .Dq old , |