Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Jan 2002 14:10:01 -0800 (PST)
From:      Joe Clarke <marcus@marcuscom.com>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/33847: mpd-netgraph doesn't allow Win95/98/Me users to connect
Message-ID:  <200201152210.g0FMA1x06399@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: Joe Clarke <marcus@marcuscom.com>
To: Archie Cobbs <archie@packetdesign.com>
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




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