Commit 005355ad authored by Ad Schellevis's avatar Ad Schellevis Committed by Franco Fichtner

(ipsec, "save password") change yes -> 1 for 28673. for...

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

(cherry picked from commit 8459b38f)
parent 22c565db
...@@ -690,7 +690,7 @@ EOD; ...@@ -690,7 +690,7 @@ EOD;
} }
if (isset($a_client['save_passwd'])) { if (isset($a_client['save_passwd'])) {
$strongswan .= "\t\t28673 = yes\n"; $strongswan .= "\t\t28673 = 1\n";
} }
if (!empty($a_client['pfs_group'])) { if (!empty($a_client['pfs_group'])) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment