mirror of
https://github.com/gryf/wicd.git
synced 2025-12-24 07:02:29 +01:00
Fixed wicd-curses to support the new template backend.
Made the cacert and clcert fields optional in the eap-tls template.
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
name = EAP-TLS
|
||||
author = Dan O'Reilly
|
||||
version = 1
|
||||
require identity *Identity ca_cert *Path_to_CA_Cert client_cert *Path_to_Client_Cert private_key *Private_Key private_key_passwd *Private_Key_Password
|
||||
require identity *Identity private_key *Private_Key private_key_passwd *Private_Key_Password
|
||||
optional ca_cert *Path_to_CA_Cert client_cert *Path_to_Client_Cert
|
||||
|
||||
-----
|
||||
ctrl_interface=/var/run/wpa_supplicant
|
||||
network={
|
||||
|
||||
Reference in New Issue
Block a user