summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2002-06-13 23:22:18 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2002-06-13 23:22:18 +0000
commit5bb89e7e060c4852afa79c8d0f56efba865646ca (patch)
treeb749f803f690eaed0d87df33e48e1791f41f0a1a /share/man
parente28c5b0a67d693de4d57950d1d2347faa231319f (diff)
Mention that the "old" cipher just means DES; suggested by Michael Lucas
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man5/login.conf.57
1 files changed, 5 insertions, 2 deletions
diff --git a/share/man/man5/login.conf.5 b/share/man/man5/login.conf.5
index e2a28a957c7..439aa4396c7 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.17 2002/05/06 23:34:33 millert Exp $
+.\" $OpenBSD: login.conf.5,v 1.18 2002/06/13 23:22:17 millert Exp $
.\" BSDI $From: login.conf.5,v 2.20 2000/06/26 14:50:38 prb Exp $
.\"
.Dd June 18, 2001
@@ -156,7 +156,10 @@ Possible values are:
.Dq newsalt,<rounds> ,
.Dq md5 ,
and
-.Dq blowfish,<rounds> .
+.Dq blowfish,<rounds>
+where
+.Dq old
+means classic 56-bit DES.
For
.Dq newsalt
the value of rounds is a 24-bit integer with a minimum of 7250 rounds.