1
0
mirror of https://github.com/gryf/wicd.git synced 2026-02-27 12:45:54 +01:00

Experimental/Testing:

- Fixed typo in ttls template (Thanks to Nido Media for catching it)
This commit is contained in:
imdano
2008-06-12 15:08:50 +00:00
parent 81470bb96b
commit 86bcc8f795

View File

@@ -8,7 +8,7 @@ network={
ssid="$_ESSID" ssid="$_ESSID"
scan_ssid=$_SCAN scan_ssid=$_SCAN
eap=TTLS eap=TTLS
key-mgmt=IEEE8021X key_mgmt=IEEE8021X
identity="$_USERNAME" identity="$_USERNAME"
password="$_PASSWORD" password="$_PASSWORD"
phase2="auth=$_AUTH" phase2="auth=$_AUTH"