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

Bug#759785: marked as done (wicd-daemon: Problem with default wpa2-peap template)



Your message dated Sun, 22 Jan 2017 17:19:54 +0000
with message-id <E1cVLo2-0003mQ-MH@fasolo.debian.org>
and subject line Bug#759785: fixed in wicd 1.7.4+tb2-3
has caused the Debian Bug report #759785,
regarding wicd-daemon: Problem with default wpa2-peap template
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
759785: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=759785
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
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:

--- End Message ---
--- Begin Message ---
Source: wicd
Source-Version: 1.7.4+tb2-3

We believe that the bug you reported is fixed in the latest version of
wicd, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 759785@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Axel Beckert <abe@debian.org> (supplier of updated wicd package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sun, 22 Jan 2017 17:16:07 +0100
Source: wicd
Binary: wicd wicd-daemon wicd-gtk wicd-curses wicd-cli python-wicd
Architecture: source all
Version: 1.7.4+tb2-3
Distribution: unstable
Urgency: medium
Maintainer: Debian WICD Packaging Team <pkg-wicd-maint@lists.alioth.debian.org>
Changed-By: Axel Beckert <abe@debian.org>
Description:
 python-wicd - wired and wireless network manager - Python module
 wicd       - wired and wireless network manager - metapackage
 wicd-cli   - wired and wireless network manager - scriptable console client
 wicd-curses - wired and wireless network manager - Curses client
 wicd-daemon - wired and wireless network manager - daemon
 wicd-gtk   - wired and wireless network manager - GTK+ client
Closes: 557156 758737 759785 773809 783272 801253 831805
Changes:
 wicd (1.7.4+tb2-3) unstable; urgency=medium
 .
   [ Axel Beckert ]
   * Now maintained by the Debian WICD Packaging Team. (Closes: #801253)
     + Change Vcs-* URLs to …/pkg-wicd/wicd.git
     + Update Maintainers field and add Uploaders field.
   * Add NEWS.Debian entry for changes between Jessie and Stretch
     wrt. /etc/wicd/dhclient.conf.template and the possible need to update
     the file manually.
   * Update dependency on dhcpcd to dhcpcd5. (Closes: #783272) Thanks
     Konrad Zimmermann!
   * Fix typo MSCHAPv2 vs MSCHAPV2 for more pedantic wpa_supplicant 2.6.
     (LP: #1656061) Thanks to Piotr Karbowski for the upstream bug report
     and suggested fix!
   * Add WPA*-PEAP templates without domain. (Closes: #831805, #759785, LP:
     #1591489)
   * Add patch to fix documentation wrt. to which dhclient.conf wicd
     (re)generates. Also update mention path in an older NEWS.Debian item
     to avoid confusion. (Closes: #773809)
 .
   [ Giáp Trần ]
   * Remove $DAEMON_OPTIONS from reload function.
 .
   [ John C. Peterson ]
   * wicd-gtk: Add patch to initialize state of Wifi On/Off button
     properly. (Closes: #758737, LP: #1232521)
 .
   [ Vincent Lefevre ]
   * Add patch to fix wicd-manager-settings.conf(5) man page
     wrt. wired_connect_mode. (Closes: #557156)
Checksums-Sha1:
 fd13c70021c1b3d1b796256726c8c3595b4e939c 2261 wicd_1.7.4+tb2-3.dsc
 dbc378f12708ff878c96991dd950649da9c60ef9 26968 wicd_1.7.4+tb2-3.debian.tar.xz
 7efac454ccc173f98d1f34ef46e9e9486edc1990 54852 python-wicd_1.7.4+tb2-3_all.deb
 ec0c208022eedbe367235061dab22a79847bbf95 27508 wicd-cli_1.7.4+tb2-3_all.deb
 5c540780a719a0959dd07cc5546f17d3ca89b33b 52004 wicd-curses_1.7.4+tb2-3_all.deb
 e553ea4a98d3f7f411b58419bc3b8d97e835992f 162020 wicd-daemon_1.7.4+tb2-3_all.deb
 d65aee6e7dec44b6a3b5a28af61b22855468f45e 155002 wicd-gtk_1.7.4+tb2-3_all.deb
 ce9e9e08dacb11be2e9960c0e5e060971aaa7878 24168 wicd_1.7.4+tb2-3_all.deb
 9899ba188644f93dbcf2da1eed8de53478167bf6 6597 wicd_1.7.4+tb2-3_amd64.buildinfo
Checksums-Sha256:
 8ec30453dae952764e189c9883f57192b4d9a972b6c001a23f5f2ee1ddbee601 2261 wicd_1.7.4+tb2-3.dsc
 f8bf1d2378085e2138b02dc9b01129e73939193aff1cdd5bdd964b845e4b6e16 26968 wicd_1.7.4+tb2-3.debian.tar.xz
 11fc0ac2e50acd75c543f304227ec795e5bbdbfffcc83ab7662db13d1d8a267f 54852 python-wicd_1.7.4+tb2-3_all.deb
 1d09d6815ff4b77d7b9b5e08dcb499910439a012b5bc485d4ca8956d8e7b8828 27508 wicd-cli_1.7.4+tb2-3_all.deb
 a4a42e6255ff9b75f8ae24247e9dfd3faf11a711a0d6a9690dbdbb2e5dfecf60 52004 wicd-curses_1.7.4+tb2-3_all.deb
 f3a0cd44f24f1c98e331d464387fd40fea73022e873f79d4f5cb47a1f7b3993e 162020 wicd-daemon_1.7.4+tb2-3_all.deb
 e8a19dbe5832043e5746e8cab7a140066db623fa36803e0a66c6898e1f13eeda 155002 wicd-gtk_1.7.4+tb2-3_all.deb
 a613489e17806b0c4b6dd293b01a4c248f08360989045c2e781440ccb3274490 24168 wicd_1.7.4+tb2-3_all.deb
 c614d2390b6d64b4994dd19bebd36673aef172bde007940420b6cbc0c67ba161 6597 wicd_1.7.4+tb2-3_amd64.buildinfo
Files:
 7d342806758f6d6f805c2842feba8039 2261 net optional wicd_1.7.4+tb2-3.dsc
 3566f8094cd7cec481456cb8207f163b 26968 net optional wicd_1.7.4+tb2-3.debian.tar.xz
 0286ecdee68c9c2597c4f8fe419d61d1 54852 python optional python-wicd_1.7.4+tb2-3_all.deb
 a7a8e1243557fdf32eb7dc0f6743aee1 27508 net optional wicd-cli_1.7.4+tb2-3_all.deb
 03d579930caa4b88adb9379a71b526bc 52004 net optional wicd-curses_1.7.4+tb2-3_all.deb
 430140f30d2d19a73cac54a3796d261d 162020 net optional wicd-daemon_1.7.4+tb2-3_all.deb
 a94253aefad2f66561755b87e5f11bcb 155002 net optional wicd-gtk_1.7.4+tb2-3_all.deb
 0ecc288a414032f9f8a10e7fd859dbf7 24168 net optional wicd_1.7.4+tb2-3_all.deb
 1b8c59b3a280c9d9813a22d3b14fff7b 6597 net optional wicd_1.7.4+tb2-3_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEERoyJeTtCmBnp12Ema+Zjx1o1yXUFAliE2xQACgkQa+Zjx1o1
yXVflRAAlAYTKSO4v171V7+UifCX/uhBe+lETQFHv1PpXFwGP8/AE01d5lOnCqmo
jaI4QFKIikCb9cvlQinyeXWlvcw6ZOOet9UvaDg/oRBoNZIdvwZb8Xcet4U6Fy/r
MTP0nEOPxWQlWLJg3cm0oZLImdKv5xAN0cUZcmV/SJMOL2X31tjl45JKiRhuwQoa
YgaU6WJjavfB5pHADshWuVoNnFd7D9ZyuZ7AghFBBGWthMsb/eBeom42kRkG8RbN
g4dpRP/kkA/usWnHdDA637eiAhCaG65pA5rCfvje169e80LGd3RFIxHX29baVbnv
r87RvM7Jzut59uoG0GCtjv780UucnI975djV7kgFBMUqtJAGWqHhmRkJtLAk13Pf
cE6c+Yl5zw0GcuDYSxKrRRSLrSefDjY9aVgf75xrf66/eTDn731214cPgwwXf3ow
s/GOgUcztX8oTO71f/n1XeQPVicRw1jSB5d7EEHfDq3q7ZcsuO/Dz9iW8PiDnfp9
sx7UOuPPiiEDzAytNR74je74Usu3fNIC5RolgV98Cdbra3VASaNiMpBuHGrcCjWN
CnzrM+HMI4fzmyyOBNw6vNHRRyBuQYERKYetdDO9HW3jeC5jJImmtNqYRv7CW5N7
rPtU5IQLLiUadGGCBMJQCDYhhuxkmWHj5yB0xH3btRkd9IeARG8=
=iwNg
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: