Hi,
We plan on releasing 2.1.6 this week.
Please test the pre release at: http://git.freeradius.org/pre/
If there are any concerns, problems, errors, etc., please let us know before we release the final version.
a quick request....the mschap module comes with example ntlm_auth line which now uses deprecated method - as the complaints when you try using it will testify...can this: #ntlm_auth = "/path/to/ntlm_auth --request-nt-key --username=%{Stripped-User-Name:-%{User-Name:-None}} --challen ge=%{mschap:Challenge:-00} --nt-response=%{mschap:NT-Response:-00}" be changed to #ntlm_auth = "/path/to/ntlm_auth --request-nt-key --username=%{%{Stripped-User-Name}:-%{User-Name:-None}} --challenge=%{mschap:Challenge:-00} --nt-response=%{mschap:NT-Response:-00}" thanks alan