From 2a2bfde64a237f6a4ab4aa52bb1ee40bc4586ba5 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 11 Mar 2015 21:26:44 +0100 Subject: fix not saving WPA Enterprise settings (mga#11136) Private key, Private key password & CA cert were no saved in /etc/wpa_supplicant.conf if provided (Patrick Hibbs) --- lib/network/connection/wireless.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/network/connection') 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, -- cgit v1.2.1