summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorjim-p <jim@pingle.org>2009-05-12 16:29:10 -0400
committerjim-p <jim@pingle.org>2009-05-12 16:29:10 -0400
commit71569a7e8498439750fa5b2fc33001de712b3805 (patch)
tree3d7aeb29e035494739eb59f476faa255fe025794 /usr
parent673e587db9f14bcd8e7ffd5e772db5bc72b0e0e7 (diff)
downloadpfsense-71569a7e8498439750fa5b2fc33001de712b3805.zip
pfsense-71569a7e8498439750fa5b2fc33001de712b3805.tar.gz
Fix PPTP+RADIUS. See ticket #1926.
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/vpn_pptp.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/vpn_pptp.php b/usr/local/www/vpn_pptp.php
index 6f01353..7f9f80a 100755
--- a/usr/local/www/vpn_pptp.php
+++ b/usr/local/www/vpn_pptp.php
@@ -53,7 +53,7 @@ $pconfig['n_pptp_units'] = $pptpcfg['n_pptp_units'];
$pconfig['pptp_subnet'] = $pptpcfg['pptp_subnet'];
$pconfig['pptp_dns1'] = $pptpcfg['dns1'];
$pconfig['pptp_dns2'] = $pptpcfg['dns2'];
-$pconfig['radiusenable'] = isset($pptpcfg['radius']['enable']);
+$pconfig['radiusenable'] = isset($pptpcfg['radius']['server']['enable']);
$pconfig['radiusissueips'] = isset($pptpcfg['radius']['radiusissueips']);
$pconfig['radiussecenable'] = isset($pptpcfg['radius']['server2']['enable']);
$pconfig['radacct_enable'] = isset($pptpcfg['radius']['accounting']);
OpenPOWER on IntegriCloud