summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--lib/network/connection/wireless.pm6
2 files changed, 5 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 3d70205..01a2d61 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+- fix not saving Private key, Private key password, or a CA cert in
+ /etc/wpa_supplicant.conf (Patrick Hibbs, mga#11136)
- hide EAP client private key password (Patrick Hibbs, mga#11136)
2.16
diff --git a/lib/network/connection/wireless.pm b/lib/network/connection/wireless.pm
index 92a2cba..b56279b 100644
--- a/lib/network/connection/wireless.pm
+++ b/lib/network/connection/wireless.pm
@@ -77,9 +77,9 @@ my %eap_vars = (
eapol_flags => 0,
proactive_key_caching => 0,
peerkey => 0,
- ca_path => 0,
- private_key => 0,
- private_key_passwd => 0,
+ ca_path => 2,
+ private_key => 2,
+ private_key_passwd => 2,
dh_file => 0,
altsubject_match => 0,
phase1 => 0,