summaryrefslogtreecommitdiffstats
path: root/etc/inc/vpn.inc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2012-11-15 18:29:42 +0000
committerErmal <eri@pfsense.org>2012-11-15 18:29:42 +0000
commit993f97dc7edcaef404173901c1c3cb215d2e32d4 (patch)
treea1c5bbc64b569c2dd1d1510148bb2b00719ca109 /etc/inc/vpn.inc
parent73ebd062315c78bc64adff529ce3862d91ce2e4b (diff)
downloadpfsense-993f97dc7edcaef404173901c1c3cb215d2e32d4.zip
pfsense-993f97dc7edcaef404173901c1c3cb215d2e32d4.tar.gz
Remove none per Jim since it is confusing
Diffstat (limited to 'etc/inc/vpn.inc')
-rw-r--r--etc/inc/vpn.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/vpn.inc b/etc/inc/vpn.inc
index 5e92fe8..a8bf49e 100644
--- a/etc/inc/vpn.inc
+++ b/etc/inc/vpn.inc
@@ -330,7 +330,7 @@ function vpn_ipsec_configure($ipchg = false)
$racoonconf .= "\nmode_cfg\n";
$racoonconf .= "{\n";
- if (!empty($a_client['user_source']) && $a_client['user_source'] != "none")
+ if (!empty($a_client['user_source']))
$racoonconf .= "\tauth_source external;\n";
if (!empty($a_client['group_source']) && $a_client['group_source'] != "none")
$racoonconf .= "\tgroup_source {$a_client['group_source']};\n";
OpenPOWER on IntegriCloud