a (incomplete) implementation of draft-sheffer-ikev2-gtc-00.txt using PAM

This commit is contained in:
Martin Willi
2008-08-21 12:10:07 +00:00
parent dc6a2edd0d
commit 1caa265c61
12 changed files with 1009 additions and 6 deletions
+4
View File
@@ -588,6 +588,10 @@ load_conn(starter_conn_t *conn, kw_list_t *kw, starter_config_t *cfg)
{
conn->eap_type = 4;
}
else if (streq(kw->value, "gtc"))
{
conn->eap_type = 6;
}
else
{
conn->eap_type = atoi(kw->value);