[EMAIL PROTECTED] wrote:
> I found calling eaplist_find() in eap.c,
>     if (eap_packet->data[0] != PW_EAP_IDENTITY) {
>         handler = eaplist_find(inst, request, eap_packet);
>         ....
>     }
> 
> If radiusd continue receiving EAP-Identiry packet only
> (it is malicious attack, not many trying to login.),
> is eaplist_find() called ?

  No.  But this doesn't matter, because EAP-Identity requests aren't put
into the list.

  Again, this is in the source code.

  Alan DeKok.

-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to