Bug 430461

Summary: Network Manager 0.7 misses the choice to select the key management
Product: [Fedora] Fedora Reporter: Udo Toedter <udo.toedter>
Component: NetworkManagerAssignee: Dan Williams <dcbw>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: 8CC: dcbw, wtogami
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-10-23 17:29:27 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Udo Toedter 2008-01-28 08:43:19 UTC
Description of problem:
NetworkManager cant connect to WPA Enterprise Networks which  using TKIP.


Version-Release number of selected component (if applicable):
NetworkManager-0.7.0.0-svn3204


How reproducible:
always

Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:
It world be great if there is the possibility to choose the key management style
from the nm-gnome applet. Our university uses tha kindof Network, connecting
with ubuntu works fine, but with fedora its not possible. Usinf wpa_supplicant
with a own configuration file allows me to connect to the net, but it would be
great if the network manager can handle that too 


Additional info:

Comment 1 Dan Williams 2008-01-28 14:54:38 UTC
This should already be supported.  Can you attach a working wpa_supplicant
config file so I can see what options your network uses?  NM should
automatically limit the options shown when you connect to the parameters the AP
supports.

Comment 2 Udo Toedter 2008-01-29 07:14:29 UTC
Here the vital information from wpa_supplicant.conf

network={
    ssid="802.1X"
    proto=WPA
    key_mgmt=WPA-EAP
    pairwise=TKIP
    group=TKIP
    eap=TTLS
    anonymous_identity="anonymous"
    identity="user"
    password="secret"
    ca_cert="/etc/certs/cacert.pem"
    phase2="auth=PAP"
    priority=1
    }

Comment 3 Dan Williams 2008-10-20 15:36:56 UTC
So that should already work; is there any problem with latest NM udpates (svn4022.4 or later) and kernel?  If not, what exact options are you choosing in the UI and what would you like to see that you don't see?

Comment 4 Udo Toedter 2008-10-23 08:48:52 UTC
Hello Dan, i dont Fedora 8 anymore, but in Fedora 9 its working, the requested fields in the network manager are now available.

Thanks
Udo

Comment 5 Dan Williams 2008-10-23 17:29:27 UTC
Great, thanks for the reply.