Mailinglist Archive: opensuse-bugs (10159 mails)
| < Previous | Next > |
[Bug 106095] Yast2 should allow PAP authentication for WPA-EAP with TTLS
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Fri, 13 Nov 2009 05:08:46 -0700
- Message-id: <20091113120846.1CBE4CC7CE@xxxxxxxxxxxxxxxxxxxxxx>
http://bugzilla.novell.com/show_bug.cgi?id=106095
User mt@xxxxxxxxxx added comment
http://bugzilla.novell.com/show_bug.cgi?id=106095#c11
Marius Tomaschewski <mt@xxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|mt@xxxxxxxxxx |mzugec@xxxxxxxxxx
--- Comment #11 from Marius Tomaschewski <mt@xxxxxxxxxx> 2009-11-13 05:08:44
MST ---
Sysconfig supports at least since 10.3 via the WIRELESS_EAP_AUTH$SUFFIX
variable, e.g.
WIRELESS_EAP_AUTH=PAP will set
phase2="auth=PAP"
in the 0th network. WIRELESS_EAP_AUTH_1=PAP in the 1st one (when in use).
Further, you can set PEAP version using WIRELESS_PEAP_VERSION$SUFFIX too.
A WIRELESS_PEAP_VERSION=1 will result in
phase1="peaplabel=0 peapver=1"
instead of just
phase1="peaplabel=0"
in the 0-th network.
The variables are in ifcfg.template:
## Type: string
## Default: ""
#
# WPA-EAP can use different authentication modes. Supported
# values are TLS, PEAP, and TTLS. Default is to allow any.
# When using WIRELESS_AP_SCANMODE 2, this variable needs to be set.
WIRELESS_EAP_AUTH=''
## Type: string
## Default: ''
#
# When using WPA-EAP with PEAP authentication, you can use
# this variable to force which PEAP version (0 or 1) to be used.
# Default is to allow both.
WIRELESS_PEAP_VERSION=''
Back to yast2 network.
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
User mt@xxxxxxxxxx added comment
http://bugzilla.novell.com/show_bug.cgi?id=106095#c11
Marius Tomaschewski <mt@xxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|mt@xxxxxxxxxx |mzugec@xxxxxxxxxx
--- Comment #11 from Marius Tomaschewski <mt@xxxxxxxxxx> 2009-11-13 05:08:44
MST ---
Sysconfig supports at least since 10.3 via the WIRELESS_EAP_AUTH$SUFFIX
variable, e.g.
WIRELESS_EAP_AUTH=PAP will set
phase2="auth=PAP"
in the 0th network. WIRELESS_EAP_AUTH_1=PAP in the 1st one (when in use).
Further, you can set PEAP version using WIRELESS_PEAP_VERSION$SUFFIX too.
A WIRELESS_PEAP_VERSION=1 will result in
phase1="peaplabel=0 peapver=1"
instead of just
phase1="peaplabel=0"
in the 0-th network.
The variables are in ifcfg.template:
## Type: string
## Default: ""
#
# WPA-EAP can use different authentication modes. Supported
# values are TLS, PEAP, and TTLS. Default is to allow any.
# When using WIRELESS_AP_SCANMODE 2, this variable needs to be set.
WIRELESS_EAP_AUTH=''
## Type: string
## Default: ''
#
# When using WPA-EAP with PEAP authentication, you can use
# this variable to force which PEAP version (0 or 1) to be used.
# Default is to allow both.
WIRELESS_PEAP_VERSION=''
Back to yast2 network.
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |