10 Mar
2010
10 Mar
'10
11:49 a.m.
Hi,
The /etc./raddb/modules/ntlm_auth file:
ntlm_auth { wait = yes program = "/usr/bin/ntlm_auth --request-nt-key --domain=XXX --username=%{mschap:User-Name} --password=%{User-Password}" }
that is wrong - I think Phil may have already said this (just saw email drop into mailbox) read the web document again and note the difference ntlm_auth ISNT a code module. you want to use the 'exec' code module to launch ntlm_auth. it will then work alan