1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-20 12:58:07 +01:00

Fixed the typo in the LEAP template.

This commit is contained in:
compwiz18
2007-10-23 00:45:36 +00:00
parent 5dabdcd540
commit 60d6862b3d

View File

@@ -7,7 +7,7 @@ network={
ssid="$_ESSID" ssid="$_ESSID"
scan_ssid=$_SCAN scan_ssid=$_SCAN
eap=LEAP eap=LEAP
key-mgmt=IEEE8021X key_mgmt=IEEE8021X
identity="$_USERNAME" identity="$_USERNAME"
password="$_PASSWORD" password="$_PASSWORD"
} }