Skip to content

Instantly share code, notes, and snippets.

@veiset
Last active December 10, 2015 15:18
Show Gist options
  • Save veiset/4452871 to your computer and use it in GitHub Desktop.
Save veiset/4452871 to your computer and use it in GitHub Desktop.
Wicd template for eduroam (University of Bergen)
# 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="anonymous@uninett.no"
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