22 Mar
2011
22 Mar
'11
10:50 p.m.
Helo guys, One side auth with pap method, but the other side needs chap auth method, so I have to do some translating work. chap-string = Packet-Id + Cleartext-Password + authenticator chap-password = packet-id + md5(chap-string) Is it possible to get packet id in pre-proxy section? how can i pack packet-id & authenticator into chap-string? Any ideas welcomed. many thx