6 Oct
2011
6 Oct
'11
9:06 a.m.
Hi, I was told there is a plugin for FreeRadius that can be used to retrieve the username/password of the EAP request. Is this true? Thanks, ASM
Date: Wed, 5 Oct 2011 22:01:01 +0100 From: A.L.M.Buxey@lboro.ac.uk To: freeradius-users@lists.freeradius.org Subject: Re: password in EAP request
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 - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html