Mageia Bugzilla – Attachment 3307 Details for
Bug 8577
802.1x EAP with WPA Enterprise Patch.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
Patch for drakx-net
wireless.pm_client_private_key.diff (text/plain), 1.74 KB, created by
Zombie Ryushu
on 2013-01-02 16:29:52 CET
(
hide
)
Description:
Patch for drakx-net
Filename:
MIME Type:
Creator:
Zombie Ryushu
Created:
2013-01-02 16:29:52 CET
Size:
1.74 KB
patch
obsolete
>--- wireless.pm.original 2012-12-30 04:56:07.000000000 -0500 >+++ wireless.pm 2012-12-30 05:04:19.000000000 -0500 >@@ -77,8 +77,8 @@ > proactive_key_caching => 0, > peerkey => 0, > ca_path => 0, >- private_key => 0, >- private_key_passwd => 0, >+ private_key => 2, >+ private_key_passwd => 2, > dh_file => 0, > altsubject_match => 0, > phase1 => 0, >@@ -506,6 +506,18 @@ > only used for EAP certificate based authentication. It could be > considered as the alternative to username/password combo. > Note: other related settings are shown on the Advanced page.") }, >+ { label => N("EAP client private key"), val => \$self->{access}{network}{eap_private_key}, >+ disabled => sub { $self->{access}{network}{encryption} ne 'wpa-eap' }, >+ help => N("The complete path and filename of client private key. This is >+only used for EAP certificate based authentication. It could be >+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}, >+ 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 >+is used for protected client private keys only. It can be optional. >+ Note: other related settings are shown on the Advanced page.") }, > { label => N("Network ID"), val => \$self->{ifcfg}{WIRELESS_NWID}, advanced => 1 }, > { label => N("Operating frequency"), val => \$self->{ifcfg}{WIRELESS_FREQ}, advanced => 1 }, > { label => N("Sensitivity threshold"), val => \$self->{ifcfg}{WIRELESS_SENS}, advanced => 1 },
--- wireless.pm.original 2012-12-30 04:56:07.000000000 -0500 +++ wireless.pm 2012-12-30 05:04:19.000000000 -0500 @@ -77,8 +77,8 @@ proactive_key_caching => 0, peerkey => 0, ca_path => 0, - private_key => 0, - private_key_passwd => 0, + private_key => 2, + private_key_passwd => 2, dh_file => 0, altsubject_match => 0, phase1 => 0, @@ -506,6 +506,18 @@ only used for EAP certificate based authentication. It could be considered as the alternative to username/password combo. Note: other related settings are shown on the Advanced page.") }, + { label => N("EAP client private key"), val => \$self->{access}{network}{eap_private_key}, + disabled => sub { $self->{access}{network}{encryption} ne 'wpa-eap' }, + help => N("The complete path and filename of client private key. This is +only used for EAP certificate based authentication. It could be +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}, + 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 +is used for protected client private keys only. It can be optional. + Note: other related settings are shown on the Advanced page.") }, { label => N("Network ID"), val => \$self->{ifcfg}{WIRELESS_NWID}, advanced => 1 }, { label => N("Operating frequency"), val => \$self->{ifcfg}{WIRELESS_FREQ}, advanced => 1 }, { label => N("Sensitivity threshold"), val => \$self->{ifcfg}{WIRELESS_SENS}, advanced => 1 },
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 8577
: 3307