[Bug 1077748] [NEW] If wpa_supplicant's wpa-psk option is not quoted in /etc/network/interfaces, it is silently accepted, parsed incorrectly and fails to authenticate

Ryan C. Underwood nemesis at icequake.net
Sun Nov 11 23:00:18 UTC 2012


Public bug reported:

iface wlan0 inet dhcp
        wpa-ssid "myessid"
        wpa-psk "......"

works.

This does not work:

iface wlan0 inet dhcp
        wpa-ssid myessid
        wpa-psk ......

The failure is silent and can only be detected by entering wpa_cli and
observing the "4-way handshake failed" messages.  If it is impossible to
accept a wpa-psk that is not quoted, it should fail loudly in this case.

** Affects: ifupdown (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to ifupdown in Ubuntu.
https://bugs.launchpad.net/bugs/1077748

Title:
  If wpa_supplicant's wpa-psk option is not quoted in
  /etc/network/interfaces, it is silently accepted, parsed incorrectly
  and fails to authenticate

Status in “ifupdown” package in Ubuntu:
  New

Bug description:
  iface wlan0 inet dhcp
          wpa-ssid "myessid"
          wpa-psk "......"

  works.

  This does not work:

  iface wlan0 inet dhcp
          wpa-ssid myessid
          wpa-psk ......

  The failure is silent and can only be detected by entering wpa_cli and
  observing the "4-way handshake failed" messages.  If it is impossible
  to accept a wpa-psk that is not quoted, it should fail loudly in this
  case.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ifupdown/+bug/1077748/+subscriptions




More information about the foundations-bugs mailing list