Freeradius with Active Directory
Alan Buxey
A.L.M.Buxey at lboro.ac.uk
Wed Mar 10 17:49:23 CET 2010
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
More information about the Freeradius-Users
mailing list