vici: Handle "xauth" as an alias for "eap" secrets
This commit is contained in:
@@ -218,7 +218,7 @@ CALLBACK(load_shared, vici_message_t*,
|
|||||||
{
|
{
|
||||||
type = SHARED_IKE;
|
type = SHARED_IKE;
|
||||||
}
|
}
|
||||||
else if (strcaseeq(str, "eap"))
|
else if (strcaseeq(str, "eap") || streq(str, "xauth"))
|
||||||
{
|
{
|
||||||
type = SHARED_EAP;
|
type = SHARED_EAP;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user