~ubuntu-branches/ubuntu/saucy/wicd/saucy

« back to all changes in this revision

Viewing changes to encryption/templates/eap

  • Committer: Bazaar Package Importer
  • Author(s): David Paleino
  • Date: 2009-06-22 17:59:27 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20090622175927-iax3alden0bmj6zg
Tags: 1.6.1-3
* debian/config, debian/templates updated:
  - only show users to add to netdev, skip those who are already
    members (Closes: #534138)
  - gracefully handle upgrades from previous broken versions, where
    debconf set a value of ${default} for wicd/users
    (Closes: #532112)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
name = EAP-FAST
2
2
author = Adam Blackburn
3
3
version = 2
4
 
require username *Username password *Password pac_file *Path_To_PAC_File
 
4
require username *Username password *Password 
 
5
optional pac_file *Path_To_PAC_File
5
6
-----
6
7
ctrl_interface=/var/run/wpa_supplicant
7
8
network={
10
11
        proto=RSN WPA
11
12
        pairwise=CCMP TKIP
12
13
        group=CCMP TKIP
13
 
        key_mgmt=WPA-EAP
 
14
        key-mgmt=WPA-EAP
14
15
        eap=FAST
15
16
        identity="$_USERNAME"
16
17
        password="$_PASSWORD"
17
18
        phase1="fast_provisioning=1"
18
 
        pac_file="$_PAC_FILE"
 
19
        pac-file="$_PAC_FILE"
19
20
}