]> git.ozlabs.org Git - ppp.git/commitdiff
MSLANMAN off by default
authorFrank Cusack <fcusack@fcusack.com>
Mon, 13 Jan 2003 08:17:04 +0000 (08:17 +0000)
committerFrank Cusack <fcusack@fcusack.com>
Mon, 13 Jan 2003 08:17:04 +0000 (08:17 +0000)
pppd/Makefile.linux

index d6cd4881db4b033b890af81d82a6b0ef3650df1f..ac7bebb2aea18f3afbedf4fe9b462b7f638e7e1d 100644 (file)
@@ -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