(ipsec, "save password") change yes -> 1 for 28673. for https://github.com/opnsense/core/issues/1209

This commit is contained in:
Ad Schellevis 2016-10-10 18:33:54 +02:00
parent 259eb3808e
commit 8459b38f11

View File

@ -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'])) {