1
0
2018-10-01 07:04:39 +00:00
committed by Git OBS Bridge
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