3 Sep
2010
3 Sep
'10
6:47 a.m.
Sion wrote:
I've got freeradius 2.1.7 setup on a CentOS system working as an AAA server for our WPA Enterprise based wireless network with clients successfully authenticating using PEAP and TTLS. Now to my question, I've configured linelog to log certain attributes but I also want it to log either the Exec-Program output of ntlm_auth or the peap reply value for the MS-CHAP-Error attribute but so far I've been unsuccessful in doing this. Is this possible? if so can anybody give me any pointers?
You can't log the ntlm_auth output. If it's important for you, write a shell script wrapper around the problem. For MS-CHAP-Error, it's just an attribute. You can log it, just like any other attribute. Alan DeKok.