From 34eecfebb0ffd159363a98c6374b4bf41479fcfa Mon Sep 17 00:00:00 2001 From: brian Date: Sun, 19 Nov 2000 16:53:50 +0000 Subject: Accept MSCHAPv2 by default. Enable and accept MPPE by default. --- usr.sbin/ppp/lcp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/ppp/lcp.c') diff --git a/usr.sbin/ppp/lcp.c b/usr.sbin/ppp/lcp.c index b0d1e81..791780a 100644 --- a/usr.sbin/ppp/lcp.c +++ b/usr.sbin/ppp/lcp.c @@ -246,7 +246,7 @@ lcp_Init(struct lcp *lcp, struct bundle *bundle, struct link *l, #ifdef HAVE_DES lcp->cfg.chap80nt = NEG_ACCEPTED; lcp->cfg.chap80lm = NEG_ACCEPTED; - lcp->cfg.chap81 = 0; + lcp->cfg.chap81 = NEG_ACCEPTED; #endif lcp->cfg.lqr = NEG_ACCEPTED; lcp->cfg.pap = NEG_ACCEPTED; -- cgit v1.1