diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-16 14:35:51 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-16 14:35:51 +0000 |
commit | ddb4d8e7ed3b5aca78d755f08dc484e197c5859a (patch) | |
tree | 7d0c53aaaae9087a7faa7ba40cc02dec08bd7fdc | |
parent | bbce089b931afbe4ca814fa62b2caa7a6845ce05 (diff) |
CHAP == Challenge-Handshake Authentication Protocol; netbsd pr#2446; johnam@beta.datastorm.com
-rw-r--r-- | usr.sbin/pppd/chap.h | 4 | ||||
-rw-r--r-- | usr.sbin/pppd/pppd.8 | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/pppd/chap.h b/usr.sbin/pppd/chap.h index ea63f2b9729..45f1e3d2f3b 100644 --- a/usr.sbin/pppd/chap.h +++ b/usr.sbin/pppd/chap.h @@ -1,7 +1,7 @@ -/* $OpenBSD: chap.h,v 1.2 1996/03/25 15:55:36 niklas Exp $ */ +/* $OpenBSD: chap.h,v 1.3 1996/06/16 14:35:49 deraadt Exp $ */ /* - * chap.h - Cryptographic Handshake Authentication Protocol definitions. + * chap.h - Challenge-Handshake Authentication Protocol definitions. * * Copyright (c) 1991 Gregory M. Christy * All rights reserved. diff --git a/usr.sbin/pppd/pppd.8 b/usr.sbin/pppd/pppd.8 index 1d140bfef63..8a1e65e808d 100644 --- a/usr.sbin/pppd/pppd.8 +++ b/usr.sbin/pppd/pppd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pppd.8,v 1.4 1996/04/21 23:41:26 deraadt Exp $ +.\" $OpenBSD: pppd.8,v 1.5 1996/06/16 14:35:50 deraadt Exp $ .\" manual page [] for pppd 2.0 .\" SH section heading .\" SS subsection heading @@ -216,8 +216,8 @@ requests from for CCP negotiation. .TP .B +chap -Require the peer to authenticate itself using CHAP [Cryptographic -Handshake Authentication Protocol] authentication. +Require the peer to authenticate itself using CHAP [Challenge-Handshake +Authentication Protocol] authentication. .TP .B -chap Don't agree to authenticate using CHAP. |