15 Nov
2005
15 Nov
'05
10:38 a.m.
Luca Corti wrote:
Here is my ntlm_auth configuration:
ntlm_auth = "/usr/bin/ntlm_auth --request-nt-key --username={Stripped-User-Name:-%{User-Name:-None}} --challenge={mschap:Challenge:-00} --nt-response={mschap:NT-Response:-00}
IIRC, with the changes to the xlat stuff a while back for module xlats, if you want to keep the :- no-match stuff, you need to make it look like %{{mschap:challenge}:-00}. I think that's what we decided on. Anyway, I'm not using this in my config... my ntlm_auth line looks like: ntlm_auth = "/usr/bin/ntlm_auth --request-nt-key --username=%{mschap:User-Name} --challenge=%{mschap:Challenge} --nt-response=%{mschap:NT-Response} --domain=%{mschap:NT-Domain}" --Mike