17 Jan
2019
17 Jan
'19
4:58 p.m.
hi, ERROR: Program returned code (2) and output 'Failed to execute "ntlm_auth": Permission denied' you have 2 calls to ntlm_auth - the first is in mschap, the other is the exec module, you can comment out that second one and just use mschap - you have it partially configured - its not got a path defined (eg /usr/bin/ntlm_auth or whatever) - fix that. you'll also want too fix the --domain part I guess (to match what you ran on the command line, rather than not having it or letting clients dictate that with mschap domain values... alan