27 Aug
2009
27 Aug
'09
8:36 a.m.
Hi,
That is my ntlm_auth: ntlm_auth = "/usr/bin/ntlm_auth --request-nt-key --domain=%{mschap:NT-DOMAIN} --username=%{mschap:User-Name} --challenge=%{mschap:Challenge:-00} --nt-response=%{mschap:NT-Response:-00}"
What i can change to fix that?
currently you have --domain=%{mschap:NT-DOMAIN} which sets the domain to NT_DOMAIN that the usert supplied...so if they dont supply a domain then bang!. change this, therefore to either be your wanted value, or remove it. alan