If I change NT-DOMAIN by the name of my real domain, the radius don't work. I have changed the --domain by: --domain=%{%{mschap:NT-DOMAIN}:-WINDOWSDOMAIN} Where WINDOWSDOMAIN is the real name of my domain, as told me Ivan Kalik, and all is working. On Thu, Aug 27, 2009 at 14:36, Alan Buxey<A.L.M.Buxey@lboro.ac.uk> wrote:
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 - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html