2008-11-05 Tambet Ingo <tambet@gmail.com>

* libnm-util/nm-setting-8021x.c: Verify PEAP settings as well.

git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@4263 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Tambet Ingo 2008-11-05 07:09:55 +00:00
parent 621feb75b0
commit 98028869cb
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2008-11-05 Tambet Ingo <tambet@gmail.com>
* libnm-util/nm-setting-8021x.c: Verify PEAP settings as well.
2008-11-03 Dan Williams <dcbw@redhat.com>
* system-settings/src/main.c

View file

@ -649,7 +649,7 @@ static EAPMethodsTable eap_methods_table[] = {
{ "mschapv2", need_secrets_password, verify_identity },
{ "fast", need_secrets_password, verify_identity },
{ "tls", need_secrets_tls, verify_tls },
{ "peap", need_secrets_phase2, NULL },
{ "peap", need_secrets_phase2, verify_ttls },
{ "ttls", need_secrets_phase2, verify_ttls },
{ "sim", need_secrets_sim, NULL },
{ "gtc", NULL, NULL }, // FIXME: implement