3 Dec
2015
3 Dec
'15
10:33 a.m.
On Dec 3, 2015, at 10:04 AM, Alan DeKok <aland@deployingradius.com> wrote:
On Dec 3, 2015, at 9:17 AM, Arran Cudbard-Bell <a.cudbardb@freeradius.org> wrote:
You have all of the password change config disabled.
mod_authenticate doesn't check for that is just checks for the presence of PW_MSCHAP2_CPW.
I'm confused as to how this should be working TBH.
mod_authenticate() calls do_mschap_cpw() which calls ntlm_auth from the entries in the configuration file.
Yes, but it also checks for the presence of the above attribute in the body of mod_authenticate, and that's where the assert is being triggered. -Arran