Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Jan 2002 13:00:03 -0800 (PST)
From:      Archie Cobbs <archie@packetdesign.com>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/33847: mpd-netgraph doesn't allow Win95/98/Me users to connect
Message-ID:  <200201152100.g0FL03m90056@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/33847; it has been noted by GNATS.

From: Archie Cobbs <archie@packetdesign.com>
To: freebsd-gnats-submit@FreeBSD.org
Cc: marcus@marcuscom.com
Subject: Re: ports/33847: mpd-netgraph doesn't allow Win95/98/Me users to connect
Date: Tue, 15 Jan 2002 12:53:26 -0800 (PST)

 Please give the patch below a try...
 
 Thanks,
 -Archie
 
 __________________________________________________________________________
 Archie Cobbs     *     Packet Design     *     http://www.packetdesign.com
 
 
 Index: src/lcp.c
 ===================================================================
 RCS file: /home/cvs/archie/mpd/src/lcp.c,v
 retrieving revision 1.5
 diff -u -r1.5 lcp.c
 --- lcp.c	2002/01/10 00:56:23	1.5
 +++ lcp.c	2002/01/15 20:50:16
 @@ -175,7 +175,7 @@
    if (Enabled(&lnk->conf.options, LINK_CONF_CHAP)) {
      lcp->want_auth = PROTO_CHAP;
  #ifdef MICROSOFT_CHAP
 -    lcp->want_chap_alg = CHAP_ALG_MSOFTv2;	/* need this to get mppe key */
 +    lcp->want_chap_alg = CHAP_ALG_MSOFT;	/* need this to get mppe key */
  #else
      lcp->want_chap_alg = CHAP_ALG_MD5;
  #endif

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201152100.g0FL03m90056>