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:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user