Package: wicd-daemon
Version: 1.7.2.4-4.1
Severity: normal

Dear Maintainer,

With default wpa2-eap wicd fails to get authentication. 
Default wpa2-eap template contains "$_DOMAIN\$_IDENTITY", and this leads to 
string

        User-Name = "DEFAULT\\$_IDENTITY" 

in freeradius log, when domain name set to "DEFAULT".

It's config contains 

proxy.conf:

.....
realm DEFAULT {
        type = radius
        authhost = LOCAL
        acchost = LOCAL
}

users:

.......
wifiuser Cleartext-Password :="passpasspass"


With modified wpa2-eap, which is given below, authentication works.



-- System Information:
Debian Release: jessie/sid
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.14-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages wicd-daemon depends on:
ii  adduser          3.113+nmu3
ii  dbus             1.8.6-1
ii  debconf          1.5.53
ii  ethtool          1:3.13-1
ii  iproute          1:3.15.0-2
ii  iputils-ping     3:20121221-5+b1
ii  isc-dhcp-client  4.3.0+dfsg-1
ii  lsb-base         4.1+Debian13
ii  net-tools        1.60-26
ii  psmisc           22.21-2
ii  python           2.7.8-1
ii  python-dbus      1.2.0-2+b3
ii  python-gobject   3.12.1-1
ii  python-wicd      1.7.2.4-4.1
ii  wireless-tools   30~pre9-8
ii  wpasupplicant    1.1-1

Versions of packages wicd-daemon recommends:
ii  rfkill                     0.5-1
ii  wicd-curses [wicd-client]  1.7.2.4-4.1

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

Versions of packages wicd-curses depends on:
ii  python        2.7.8-1
ii  python-urwid  1.1.1-1+b2

Versions of packages wicd-curses recommends:
ii  sudo  1.8.9p5-1

Versions of packages python-wicd depends on:
ii  python  2.7.8-1

-- Configuration Files:
/etc/wicd/encryption/templates/wpa2-peap changed:
name = WPA2-PEAP
author = atiketemola
version = 1
require identity *Username domain *Domain 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"
}


-- debconf information:
* wicd/users:


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to