summarylogtreecommitdiffstats
path: root/eduroam-tu-dresden
diff options
context:
space:
mode:
authorJuan Cabrera2015-07-15 14:44:41 +0200
committerJuan Cabrera2015-07-15 14:44:41 +0200
commit999d25b440e4af2a6e9629a5f904d965c2a1d9da (patch)
treecd0085f0ded20c22b099fc38b30a4e93f9c8a13d /eduroam-tu-dresden
downloadaur-netctl-eduroam-tu-dresden.tar.gz
Initial commit
Diffstat (limited to 'eduroam-tu-dresden')
-rw-r--r--eduroam-tu-dresden17
1 files changed, 17 insertions, 0 deletions
diff --git a/eduroam-tu-dresden b/eduroam-tu-dresden
new file mode 100644
index 000000000000..d09930b4d1a0
--- /dev/null
+++ b/eduroam-tu-dresden
@@ -0,0 +1,17 @@
+Connection='wireless'
+Interface=wlp3s0
+Security='wpa-configsection'
+Description="eduroam network"
+IP='dhcp'
+TimeoutWPA=60
+WPAConfigSection=(
+ 'ssid="eduroam"'
+ 'key_mgmt=WPA-EAP'
+ 'eap=TTLS'
+ 'proto=WPA2'
+ 'phase2="auth=PAP"'
+ 'anonymous_identity="anonymous@tu-dresden.de"'
+ 'identity="xxxxxxx@tu-dresden.de"'
+ 'ca_cert="Path/to/the/certificate"'
+ 'password="xxxxxxxxxx"'
+)