summaryrefslogtreecommitdiffstats
path: root/etc/inc/vpn.inc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2014-11-19 08:43:42 +0100
committerErmal <eri@pfsense.org>2014-11-19 08:46:34 +0100
commitb095e37061cfc472e281cf3fafb137a98ab656c1 (patch)
tree98303b465493c12bbec5c33234bbbc43a5bcfdc2 /etc/inc/vpn.inc
parentab8d50accaa76c70ed49bf7c4d0ee574dab6e93f (diff)
downloadpfsense-b095e37061cfc472e281cf3fafb137a98ab656c1.zip
pfsense-b095e37061cfc472e281cf3fafb137a98ab656c1.tar.gz
Ticket #3809 use the setting with number rather than string since the parser of attr plugin understands only numbers. Reported on: https://forum.pfsense.org/index.php?topic=84304.0
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 c2f9a87..f5ba146 100644
--- a/etc/inc/vpn.inc
+++ b/etc/inc/vpn.inc
@@ -381,7 +381,7 @@ EOD;
$strongswan .= "\t\t28672 = {$a_client['login_banner']}\n";
if (isset($a_client['save_passwd']))
- $strongswan .= "\t\t28673 = yes\n";
+ $strongswan .= "\t\t28673 = 1\n";
if ($a_client['pfs_group'])
$strongswan .= "\t\t28679 = {$a_client['pfs_group']}\n";
OpenPOWER on IntegriCloud