summaryrefslogtreecommitdiffstats
path: root/etc/inc/interfaces.inc
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2009-02-13 20:38:24 +0000
committerErmal Luçi <eri@pfsense.org>2009-02-13 20:38:24 +0000
commitdde604153363837d4ba7c142e0fe52956f3e46da (patch)
tree2e8011ee00e52a2cf34e2856d99d9af6c18a74a4 /etc/inc/interfaces.inc
parent6d7292e9dc39403ec0c77df64953b1a4fda1f08e (diff)
downloadpfsense-dde604153363837d4ba7c142e0fe52956f3e46da.zip
pfsense-dde604153363837d4ba7c142e0fe52956f3e46da.tar.gz
MPD4 moved the authentication on auth section coorect the settings on PPTP which were forgotten.
Diffstat (limited to 'etc/inc/interfaces.inc')
-rw-r--r--etc/inc/interfaces.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index 41d3666..e131df0 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -1738,8 +1738,8 @@ EOD;
$mpdconf .= <<<EOD
set bundle disable multilink
- set bundle authname "{$wancfg['pptp_username']}"
- set bundle password "{$wancfg['pptp_password']}"
+ set auth authname "{$wancfg['pptp_username']}"
+ set auth password "{$wancfg['pptp_password']}"
set bundle no noretry
set link keep-alive 10 60
set link max-redial 0
OpenPOWER on IntegriCloud