diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-03-29 15:40:20 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-03-29 15:40:20 +0000 |
commit | 1a687ed030eb9f81758ca99d9435b4b1797c568e (patch) | |
tree | ef7656c439c34a1e6e073c256ebda8ea94036640 /openwrt/package | |
parent | 15574cf2c078c9ec7de6a747be065a2397e3d260 (diff) | |
download | mtk-20170518-1a687ed030eb9f81758ca99d9435b4b1797c568e.zip mtk-20170518-1a687ed030eb9f81758ca99d9435b4b1797c568e.tar.gz mtk-20170518-1a687ed030eb9f81758ca99d9435b4b1797c568e.tar.bz2 |
Fix typo in mppe options and change to stateless
SVN-Revision: 472
Diffstat (limited to 'openwrt/package')
-rw-r--r-- | openwrt/package/pptpd/ipkg/etc/ppp/pptp-server-options | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/pptpd/ipkg/etc/ppp/pptp-server-options b/openwrt/package/pptpd/ipkg/etc/ppp/pptp-server-options index 2faa80a..5dd2daf 100644 --- a/openwrt/package/pptpd/ipkg/etc/ppp/pptp-server-options +++ b/openwrt/package/pptpd/ipkg/etc/ppp/pptp-server-options @@ -12,7 +12,7 @@ nobsdcomp nodeflate #noproxyarp #nomppc -+mppe require,no40,no56,stateful +mppe required,no40,no56,stateless require-mschap-v2 refuse-chap refuse-mschap |