From 8459b38f1119e3a97aafaf75692ed2f044b6cc32 Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Mon, 10 Oct 2016 18:33:54 +0200 Subject: [PATCH] (ipsec, "save password") change yes -> 1 for 28673. for https://github.com/opnsense/core/issues/1209 --- src/etc/inc/ipsec.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/etc/inc/ipsec.inc b/src/etc/inc/ipsec.inc index 15029e37d..35224c36a 100644 --- a/src/etc/inc/ipsec.inc +++ b/src/etc/inc/ipsec.inc @@ -690,7 +690,7 @@ EOD; } if (isset($a_client['save_passwd'])) { - $strongswan .= "\t\t28673 = yes\n"; + $strongswan .= "\t\t28673 = 1\n"; } if (!empty($a_client['pfs_group'])) {