diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2015-03-11 21:19:21 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2015-03-11 21:19:21 +0100 |
commit | 26e679b7ca6db25739237a4c718d4f05f39d14c2 (patch) | |
tree | 19b46d454fa2bc6c6cc86b640742f7dbf7041703 /lib/network | |
parent | 9a85cb5553407187e052d53dc0b1e300fbc258df (diff) | |
download | drakx-net-26e679b7ca6db25739237a4c718d4f05f39d14c2.tar drakx-net-26e679b7ca6db25739237a4c718d4f05f39d14c2.tar.gz drakx-net-26e679b7ca6db25739237a4c718d4f05f39d14c2.tar.bz2 drakx-net-26e679b7ca6db25739237a4c718d4f05f39d14c2.tar.xz drakx-net-26e679b7ca6db25739237a4c718d4f05f39d14c2.zip |
hide EAP client private key password (mga#11136)
Diffstat (limited to 'lib/network')
-rw-r--r-- | lib/network/connection/wireless.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/network/connection/wireless.pm b/lib/network/connection/wireless.pm index 6267398..92a2cba 100644 --- a/lib/network/connection/wireless.pm +++ b/lib/network/connection/wireless.pm @@ -514,6 +514,7 @@ 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}, + 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 |