summaryrefslogtreecommitdiff
path: root/libnm-util
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2009-07-29 14:08:54 -0400
committerDan Williams <dcbw@redhat.com>2009-07-29 14:08:54 -0400
commite5347169f6df8db878c1d7a0b5ca5b18cad55625 (patch)
treee27e951006d6741c17e3b62e28c76faf5083a1bc /libnm-util
parent18788a26d3fef955cf6dab4b3ae60bcd951852ed (diff)
peap: add GTC as a recognized phase2 method (bgo #565065) (rh #451027) (lp #284211)
Diffstat (limited to 'libnm-util')
-rw-r--r--libnm-util/nm-setting-8021x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnm-util/nm-setting-8021x.c b/libnm-util/nm-setting-8021x.c
index 1c7a8bc708..68efff391f 100644
--- a/libnm-util/nm-setting-8021x.c
+++ b/libnm-util/nm-setting-8021x.c
@@ -947,7 +947,7 @@ static EAPMethodsTable eap_methods_table[] = {
{ "peap", need_secrets_phase2, verify_ttls },
{ "ttls", need_secrets_phase2, verify_ttls },
{ "sim", need_secrets_sim, NULL },
- { "gtc", NULL, NULL }, // FIXME: implement
+ { "gtc", need_secrets_password, verify_identity },
{ "otp", NULL, NULL }, // FIXME: implement
{ NULL, NULL, NULL }
};