From owner-freebsd-ports Tue Jan 15 14:10: 9 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8EB3A37B405 for ; Tue, 15 Jan 2002 14:10:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0FMA1x06399; Tue, 15 Jan 2002 14:10:01 -0800 (PST) (envelope-from gnats) Date: Tue, 15 Jan 2002 14:10:01 -0800 (PST) Message-Id: <200201152210.g0FMA1x06399@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Joe Clarke Subject: Re: ports/33847: mpd-netgraph doesn't allow Win95/98/Me users to connect Reply-To: Joe Clarke Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/33847; it has been noted by GNATS. From: Joe Clarke To: Archie Cobbs Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/33847: mpd-netgraph doesn't allow Win95/98/Me users to connect Date: Tue, 15 Jan 2002 17:00:10 -0500 (EST) Thanks! I'm trying the patch, and will let you know when I have some data for you. Joe On Tue, 15 Jan 2002, Archie Cobbs wrote: > 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