Hi Richard,

  On slide 11 you say you want to reuse the AAA architecture.
But EAP is not a AAA protocol. RADIUS is but you don't want to
use RADIUS. So I don't understand what reuse you're hoping to
take advantage of.

  Since EAP doesn't have a transport how do you propose to send
EAP packets from the AP to the server? Over UDP port 3810? The
same port you send WAI packets to now? If that's the case then
all EAP is doing is providing a needless encapsulation of your
WAI packet. You gain nothing by encapsulating your WAI packet
with an EAP header.

  I do have a suggestion to fix this problem. Just get rid of the
"certificate authentication" exchange and have the client validate
the AP's certificate and the AP validate the client's certificate.
It is not necessary to have a central authority to approve of
certificates, that's the whole point in using certificates.

  regards,

  Dan.

On Mon, July 27, 2009 7:54 am, Richard wrote:
> Hi, all:
>
> The link to the slide:
> http://www.ietf.org/proceedings/75/slides/emu-10.ppt
> Thanks for your comments in the EMU session.
>
> Yes, the Radius property extension could be one solution.
> The problem to it is:
> The Radius has to handle the WAPI packet (Certificate authentication
> response),
> it would lead to the tight coupling between Radius and WAPI (ASE).
>
> Compared to it, the EAP solution is simple and make it loose coupling with
> WAPI.
> Radius server need not check things going on with WAPI. (EAP-WAI).
> There is a standard interface to let Radius to know the result
> of authentication (EAP-SUCCESS or EAP-FAILURE).
> From the AAA server perspective, there is no any special for EAP-WAI
>  to the other authentication methods such as EAP-TLS.
> The loose coupling for EAP solution is a main advantage to the Radius
> extension
> method.
>
> Yes, the EAP framework is to authenticate the station (supplicant). I
> guess
> the
> main reason is that most authentication methods are to authenticate the
> supplicant,
> and the behavior of Authenticator is pass-through.
> Now, WAPI is a use case of authenticating the authenticator (the behavior
> of
> Authenticator
>  is not Pass-through). And it may have more protocols which have similar
> behavior
> (use cases) like the WAPI.
> Could we allow the EAP method behavior like the WAI over EAP instead of
> forbidding it?
>
> Any way, the problem I am trying to resolve is to reuse the AAA and
> avoid the tight coupling between Radius and WAPI (ASE).
>
> Do you have any better solution to it?
>
> Regards
> Richard
> _______________________________________________
> Emu mailing list
> [email protected]
> https://www.ietf.org/mailman/listinfo/emu
>


_______________________________________________
Emu mailing list
[email protected]
https://www.ietf.org/mailman/listinfo/emu

Reply via email to