[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#831805: wicd-daemon: Not all PEAP/MS-CHAP-V2 networks require a "Domain" field



Package: wicd-daemon
Version: 1.7.4+tb2-2
Severity: normal

Dear Maintainer,

I'm trying to connect to a network that does not want the "domain" part
of the identity. The current configuration templates make this
impossible because they require a "domain" field that's concatenated

  identity="DOMAIN\USERNAME"

To allow me to use this network I had to create the following additional
template and add it to the 'active' list:

-
  name = WPA2-PEAP with CCMP/MSCHAPV2 (no domain)
  author = pevans
  version = 1
  require identity *Username password *Password
  protected password *Password
  -----
  ctrl_interface=/var/run/wpa_supplicant
  network={
      ssid="$_ESSID"
      proto=RSN
      key_mgmt=WPA-EAP
      pairwise=CCMP
      eap=PEAP
      identity="$_IDENTITY"
      password="$_PASSWORD"
      phase2="auth=MSCHAPv2"
  }
-

-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.6.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages wicd-daemon depends on:
ii  adduser          3.115
ii  dbus             1.10.8-1
ii  debconf          1.5.59
ii  iproute2         4.3.0-1+b1
ii  iputils-ping     3:20150815-2
ii  isc-dhcp-client  4.3.4-1
ii  lsb-base         9.20160601
ii  net-tools        1.60+git20150829.73cef8a-2
ii  psmisc           22.21-2.1+b1
ii  python-dbus      1.2.4-1
ii  python-gobject   3.20.1-1
ii  python-wicd      1.7.4+tb2-2
pn  python:any       <none>
ii  wireless-tools   30~pre9-11
ii  wpasupplicant    2.3-2.3

Versions of packages wicd-daemon recommends:
ii  rfkill                  0.5-1
ii  wicd-cli [wicd-client]  1.7.4+tb2-2
ii  wicd-gtk [wicd-client]  1.7.4+tb2-2

Versions of packages wicd-daemon suggests:
ii  pm-utils  1.4.1-16

Versions of packages wicd depends on:
ii  wicd-cli [wicd-client]  1.7.4+tb2-2
ii  wicd-gtk [wicd-client]  1.7.4+tb2-2

Versions of packages wicd-cli depends on:
pn  python:any  <none>

Versions of packages wicd-cli recommends:
ii  sudo  1.8.15-1.1

Versions of packages wicd-gtk depends on:
ii  python-glade2  2.24.0-4
ii  python-gtk2    2.24.0-4
pn  python:any     <none>

Versions of packages wicd-gtk recommends:
ii  gksu           2.0.2-9
ii  python-notify  0.1.1-4

Versions of packages python-wicd depends on:
pn  python:any  <none>

-- Configuration Files:
/etc/wicd/encryption/templates/active changed:
wpa
wpa-peap
wpa-psk
wpa-psk-hex
wpa2-leap
wpa2-peap
wpa2-peap-no-domain
wep-hex
wep-passphrase
wep-shared
leap
ttls
eap
peap
peap-tkip
eap-tls
psu


-- debconf information:
* wicd/users:


-- 
Paul "LeoNerd" Evans

leonerd@leonerd.org.uk      |  https://metacpan.org/author/PEVANS
http://www.leonerd.org.uk/  |  https://www.tindie.com/stores/leonerd/


Reply to: