Package: wicd Version: 1.6.1-3 Severity: normal Tags: patch wicd is unable to authenticate LEAP encrypted connections due to an error on 'leap' template.
Please apply the attached patch to fix it. Thanks -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.30-1-686 (SMP w/2 CPU cores) Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages wicd depends on: ii adduser 3.110 add and remove users and groups ii debconf [debconf-2.0] 1.5.26 Debian configuration management sy ii dhcp3-client 3.1.2-1 DHCP client ii lsb-base 3.2-22 Linux Standard Base 3.2 init scrip ii net-tools 1.60-23 The NET-3 networking toolkit ii psmisc 22.7-1 utilities that use the proc file s ii python 2.5.4-2 An interactive high-level object-o ii python-dbus 0.83.0-1 simple interprocess messaging syst ii python-glade2 2.14.1-3 GTK+ bindings: Glade support ii python-gtk2 2.14.1-3 Python bindings for the GTK+ widge ii python-support 1.0.3 automated rebuilding support for P ii python-urwid 0.9.8.4-1 curses-based UI/widget library for ii wireless-tools 29-2 Tools for manipulating Linux Wirel ii wpasupplicant 0.6.9-3 client support for WPA and WPA2 (I Versions of packages wicd recommends: ii gksu 2.0.2-2+b1 graphical frontend to su ii sudo 1.7.0-1 Provide limited super user privile Versions of packages wicd suggests: ii pm-utils 1.2.5-3 utilities and scripts for power ma -- debconf information: * wicd/users: cgalisteo -- --- Carlos Galisteo <cgalisteo AT k-rolus.net> PGP_key::http://k-rolus.net/~cgalisteo/cgalisteo.gpg Key_Fingerprint::F888 6FBA 9145 B5A2 C187 66D6 5B8C 027A 69AD BE65 ---
--- wicd-1.6.1.orig/encryption/templates/leap +++ wicd-1.6.1/encryption/templates/leap @@ -8,7 +8,7 @@ ssid="$_ESSID" scan_ssid=$_SCAN eap=LEAP - key-mgmt=IEEE8021X + key_mgmt=IEEE8021X identity="$_USERNAME" password="$_PASSWORD" }

