From: Frank Cusack Date: Mon, 13 Jan 2003 08:17:04 +0000 (+0000) Subject: MSLANMAN off by default X-Git-Tag: ppp-2.4.7~342 X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=5dad6750f3c93936778a542e309c8208e523d236 MSLANMAN off by default --- diff --git a/pppd/Makefile.linux b/pppd/Makefile.linux index d6cd488..ac7bebb 100644 --- a/pppd/Makefile.linux +++ b/pppd/Makefile.linux @@ -1,6 +1,6 @@ # # pppd makefile for Linux -# $Id: Makefile.linux,v 1.55 2002/11/05 11:52:07 carlsonj Exp $ +# $Id: Makefile.linux,v 1.56 2003/01/13 08:17:04 fcusack Exp $ # # Default installation locations @@ -37,7 +37,8 @@ LIBS = # MS-CHAP authentication protocol. Also, edit plugins/radius/Makefile.linux. CHAPMS=y USE_CRYPT=y -MSLANMAN=y +# Don't use MSLANMAN unless you really know what you're doing. +#MSLANMAN=y # Uncomment the next line to include support for MPPE. CHAPMS (above) must # also be enabled. Also, edit plugins/radius/Makefile.linux. MPPE=y