22 Dec
2011
22 Dec
'11
9:58 a.m.
MKondrin wrote:
I have found that rlm_mschap module rather expects from the ntlm_auth not the NT-hash itself but rather a MD4 hash of the NT-hash. It is not hard for me to change my script accordingly, but I wonder is this an intended behavior or a bug?
FreeRADIUS parses the output of ntlm_auth. If your script replaces ntlm_auth, it has to behave exactly like ntlm_auth. Alan DeKok.