Christoph Schmidt wrote:
> I have a RADIUS client requesting an authorization and I would like to
> know which protocol this client is using.
Look in the packet. It says this.
User-Password -> PAP
CHAP-Pasword -> CHAP
MS-CHAP-* -> MSCHAP
EAP-* -> EAP
It's really that easy.
Alan DeKok.