From 2a13c8256b2b64c3c61e043a1d9268b75a4597a4 Mon Sep 17 00:00:00 2001 From: equinox Date: Tue, 27 Sep 2011 06:52:54 +0200 Subject: 802.1X config template --- templates/8021x.html | 33 +++++++++++++++++++++++++++++++++ templates/layout.xi | 9 +++++++++ templates/select.html | 2 ++ 3 files changed, 44 insertions(+) create mode 100644 templates/8021x.html (limited to 'templates') diff --git a/templates/8021x.html b/templates/8021x.html new file mode 100644 index 0000000..3e3405a --- /dev/null +++ b/templates/8021x.html @@ -0,0 +1,33 @@ + + + + + + login + + +
+

wpa_supplicant WPA-EAP template

+
network={
+	scan_ssid=1
+	ssid="crew.sublab.org"
+
+	key_mgmt=WPA-EAP
+	eap=TTLS
+	phase2="auth=PAP"
+
+	identity="${username}"
+	password="passwort hier einsetzen"
+
+	anonymous_identity="bernd"
+	ca_cert="/etc/ssl/certs/cacert.org.pem"
+	altsubject_match="DNS:taifun.local.sublab.org"
+	priority=500
+}
+   
+
+
+ diff --git a/templates/layout.xi b/templates/layout.xi index ed8dab8..b5dfd47 100644 --- a/templates/layout.xi +++ b/templates/layout.xi @@ -30,4 +30,13 @@ + + + +
+ + ${select('*')} +
+ +
diff --git a/templates/select.html b/templates/select.html index 5fd322f..b25cd1c 100644 --- a/templates/select.html +++ b/templates/select.html @@ -19,6 +19,8 @@ Hallo ${user['cn']}!

wiki sublab.org wiki

+

+ wlan 802.1X config

pwchange Passwort ändern

-- cgit v1.2.1