From 31165d0589a218f33bbdc2461b1198b0f4b6c56c Mon Sep 17 00:00:00 2001 From: David Paleino Date: Thu, 15 Sep 2011 12:56:14 +0200 Subject: [PATCH] Added PSU template, thanks to Alexander Anisimov (LP: #424504) --- encryption/templates/active | 1 + encryption/templates/psu | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 encryption/templates/psu diff --git a/encryption/templates/active b/encryption/templates/active index fdee912..73577d3 100644 --- a/encryption/templates/active +++ b/encryption/templates/active @@ -12,3 +12,4 @@ eap peap peap-tkip eap-tls +psu diff --git a/encryption/templates/psu b/encryption/templates/psu new file mode 100644 index 0000000..c1b3f14 --- /dev/null +++ b/encryption/templates/psu @@ -0,0 +1,15 @@ +name = PSU +author = Alexander Anisimov +version = 1 +require identity *Identity password *Password +protected password *Password +----- +ctrl_interface=/var/run/wpa_supplicant +network={ + ssid="$_ESSID" + key_mgmt=IEEE8021X + eap=PEAP + phase2="auth=MSCHAPV2" + identity="$_IDENTITY" + password="$_PASSWORD" +}