Accepting request 637009 from home:kbabioch:branches:hardware

- Enabled PWD as EAP method. This allows for password-based authentication,
  which is easier to setup than most of the other methods, and is used by the
  Eduroam network (bsc#1109209).

OBS-URL: https://build.opensuse.org/request/show/637009
OBS-URL: https://build.opensuse.org/package/show/hardware/wpa_supplicant?expand=0&rev=80
This commit is contained in:
Tomáš Chvátal 2018-09-21 09:46:54 +00:00 committed by Git OBS Bridge
parent 4588c1dba1
commit 1ed0220023
2 changed files with 8 additions and 1 deletions

2
config
View File

@ -118,7 +118,7 @@ CONFIG_EAP_OTP=y
#CONFIG_EAP_PSK=y
# EAP-pwd (secure authentication using only a password)
#CONFIG_EAP_PWD=y
CONFIG_EAP_PWD=y
# EAP-PAX
CONFIG_EAP_PAX=y

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Sep 21 09:15:34 UTC 2018 - Karol Babioch <kbabioch@suse.com>
- Enabled PWD as EAP method. This allows for password-based authentication,
which is easier to setup than most of the other methods, and is used by the
Eduroam network (bsc#1109209).
-------------------------------------------------------------------
Fri Jul 20 13:48:52 CEST 2018 - ro@suse.de