New User and AD Question

Alan DeKok aland at deployingradius.com
Wed Mar 2 13:17:46 CET 2011


McNutt, Justin M. wrote:
> ntlm_auth = "/usr/bin/ntlm_auth --request-nt-key --username=%{mschap:User-Name} --domain=%{mschap:NT-Domain} --challenge=%{mschap:Challenge:-00} --nt-response=%{mschap:NT-Response:-00}"
> 
> Note use of "%{mschap:User-Name}" and "%{mschap:NT-Domain}".  Despite this, "host/computer.domain" login attempts always fail.  Hence, trying to do the translation manually via a regex and update clauses.

  And what happens when you try to run ntlm_auth on the command-line?

  i.e. take the string printed by the server, and keep running it by
hand.  Play with the various parameters until it works.  Then, configure
the server to run it with those parameters.

  Alan DeKok.



More information about the Freeradius-Users mailing list