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