From 1ed02200231034f6edd86a0c090f3676da45e4539e241073dfa4e1b25f0a148d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 21 Sep 2018 09:46:54 +0000 Subject: [PATCH] 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 --- config | 2 +- wpa_supplicant.changes | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/config b/config index dc321a6..b447315 100644 --- a/config +++ b/config @@ -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 diff --git a/wpa_supplicant.changes b/wpa_supplicant.changes index a48959e..166cc6a 100644 --- a/wpa_supplicant.changes +++ b/wpa_supplicant.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Sep 21 09:15:34 UTC 2018 - Karol Babioch + +- 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