summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2014-10-24 19:18:15 +0200
committerErmal <eri@pfsense.org>2014-10-24 19:18:15 +0200
commit23ed5b787148483d1a93261285e7cf1c173872c7 (patch)
tree2abeb03df493f4a08ea7da004e04648e100930eb /etc
parent095707fe9e5cdbfaff673f21b237094a5b8d5297 (diff)
downloadpfsense-23ed5b787148483d1a93261285e7cf1c173872c7.zip
pfsense-23ed5b787148483d1a93261285e7cf1c173872c7.tar.gz
Enable unity plugin as per request from https://forum.pfsense.org/index.php?topic=79737.msg452808#msg452808
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/vpn.inc5
1 files changed, 2 insertions, 3 deletions
diff --git a/etc/inc/vpn.inc b/etc/inc/vpn.inc
index e92f308..8344a20 100644
--- a/etc/inc/vpn.inc
+++ b/etc/inc/vpn.inc
@@ -290,6 +290,8 @@ charon {
# XXX: There is not much choice here really users win their security!
i_dont_care_about_security_and_use_aggressive_mode_psk=yes
+ cisco_unity = yes
+
# And two loggers using syslog. The subsections define the facility to log
# to, currently one of: daemon, auth.
syslog {
@@ -308,9 +310,6 @@ charon {
EOD;
- if (is_array($a_client) && isset($a_client['enable']) && isset($a_client['net_list']))
- $strongswan .= "\tcisco_unity = yes\n";
-
$strongswan .= "\tplugins {\n";
if (is_array($a_client) && isset($a_client['enable'])) {
OpenPOWER on IntegriCloud