Last active
December 10, 2015 15:18
-
-
Save veiset/4452871 to your computer and use it in GitHub Desktop.
Wicd template for eduroam (University of Bergen)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Wicd template for eduroam (University of Bergen / Universitetet I Bergen) | |
name = eduroam UIB | |
author = Vegard Veiset | |
version = 1 | |
require username *Username password *Password | |
----- | |
ctrl_interface=/var/run/wpa_supplicant | |
network={ | |
ssid="eduroam" | |
scan_ssid=1 | |
key_mgmt=WPA-EAP | |
eap=PEAP | |
#anonymous_identity="[email protected]" | |
identity="$_USERNAME" | |
password="$_PASSWORD" | |
phase1="peaplabel=0" | |
phase2="auth=MSCHAPV2" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment