5 Oct
2011
5 Oct
'11
5:01 p.m.
Hi,
In example.pl perl script $RAD_REQUEST{'User-Name'} returns the username of the EAP request message. How can I get the password of the EAP request? $RAD_REQUEST{'User-Password'} won't return the password.
it certainly wont for PEAPv0/MSCHAPv2 which is what your request looks like - hint, its a challenge response mechanism, the password is never disclosed alan