I have a doubt about CHAP sequence
explained in draft. Under section 10.5 there is a description like :
“
The target MUST answer with a
Login reject with the "Authentication
Failure" status or reply
with:
CHAP_A=<A> CHAP_I=<I> CHAP_C=<C>
Where A is one of A1,A2...
that were proposed by the initiator.
The initiator MUST continue
with:
CHAP_N=<N>
CHAP_R=<R>
“
shouldn’t it be like:
“
The target MUST answer with a
Login reject with the "Authentication
Failure" status or reply
with:
CHAP_A=<A> CHAP_C=<C>
Where A is one of A1,A2...
that were proposed by the initiator.
The initiator MUST continue
with:
CHAP_R=<R>
“
because I think the identifier (CHAP_I)
and name CHAP_N) are already an integrated part of CHAP_C and CHAP_R (the way
it is explained in RFC1994).
Thanks
Ambrish