Load-testers PSK is used for all purposes, including EAP authentication
This commit is contained in:
@@ -276,10 +276,6 @@ static enumerator_t* create_shared_enumerator(private_load_tester_creds_t *this,
|
|||||||
shared_key_type_t type, identification_t *me,
|
shared_key_type_t type, identification_t *me,
|
||||||
identification_t *other)
|
identification_t *other)
|
||||||
{
|
{
|
||||||
if (type != SHARED_ANY && type != SHARED_IKE)
|
|
||||||
{
|
|
||||||
return NULL;
|
|
||||||
}
|
|
||||||
if (me && !me->matches(me, this->id))
|
if (me && !me->matches(me, this->id))
|
||||||
{
|
{
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|||||||
Reference in New Issue
Block a user