23 Nov
2010
23 Nov
'10
4:55 p.m.
sameer khan wrote:
i m trying to authenticate with rlm_perl using chap with following perl script but doesn't seem to work. i m guessing chap-password should be in hex (0x) format but doesn't seem to be in. hope some one can help me out
The CHAP-Password attribute is opaque binary data, which should be hex in the default dictionaries. In the output below, it's being treated as a printable string. So.... who edited the dictionaries, and why? Alan DeKok.