Mageia Bugzilla – Attachment 4314 Details for
Bug 11136
drakx-net does not configure WPA Enterprise connections correctly.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
Fixes the shown private key password in mcc and fixes the strings issue.
wireless.pm_fix_pkey_password_and_missing_quotes_eap_path.patch (text/plain), 948 bytes, created by
Patrick Hibbs
on 2013-09-03 01:01:25 CEST
(
hide
)
Description:
Fixes the shown private key password in mcc and fixes the strings issue.
Filename:
MIME Type:
Creator:
Patrick Hibbs
Created:
2013-09-03 01:01:25 CEST
Size:
948 bytes
patch
obsolete
>--- /usr/lib/libDrakX/network/connection/wireless.pm 2013-05-08 09:59:57.000000000 -0400 >+++ wireless.pm 2013-09-02 18:23:55.000000000 -0400 >@@ -77,9 +77,9 @@ > 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, >@@ -514,6 +514,7 @@ > considered as the alternative to username/password combo. > Note: other related settings are shown on the Advanced page.") }, > { label => N("EAP client private key password"), val => \$self->{access}{network}{eap_private_key_passwd}, >+ hidden => sub { $self->{hide_passwords} }, > disabled => sub { $self->{access}{network}{encryption} ne 'wpa-eap' }, > help => N("The complete password for the client private key. This is > only used for EAP certificate based authentication. This password
--- /usr/lib/libDrakX/network/connection/wireless.pm 2013-05-08 09:59:57.000000000 -0400 +++ wireless.pm 2013-09-02 18:23:55.000000000 -0400 @@ -77,9 +77,9 @@ 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, @@ -514,6 +514,7 @@ considered as the alternative to username/password combo. Note: other related settings are shown on the Advanced page.") }, { label => N("EAP client private key password"), val => \$self->{access}{network}{eap_private_key_passwd}, + hidden => sub { $self->{hide_passwords} }, disabled => sub { $self->{access}{network}{encryption} ne 'wpa-eap' }, help => N("The complete password for the client private key. This is only used for EAP certificate based authentication. This password
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 11136
: 4314