From: root Date: Mon, 24 Aug 2009 10:44:47 +0000 (+0100) Subject: Signed-off-by: root X-Git-Tag: release_2_1_7~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=233a1d8efa57ed8a81ce44d9c57a97cb154839a6;p=thirdparty%2Ffreeradius-server.git Signed-off-by: root fixed example ntlm_auth command so that it doesnt throw up unlang warning message --- diff --git a/raddb/modules/mschap b/raddb/modules/mschap index c6cf24e8798..d2ceec1d864 100644 --- a/raddb/modules/mschap +++ b/raddb/modules/mschap @@ -62,5 +62,5 @@ mschap { # attribute, and do prefix/suffix checks in order to obtain # the "best" user name for the request. # - #ntlm_auth = "/path/to/ntlm_auth --request-nt-key --username=%{Stripped-User-Name:-%{User-Name:-None}} --challenge=%{mschap:Challenge:-00} --nt-response=%{mschap:NT-Response:-00}" + #ntlm_auth = "/path/to/ntlm_auth --request-nt-key --username=%{%{Stripped-User-Name}:-%{User-Name:-None}} --challenge=%{mschap:Challenge:-00} --nt-response=%{mschap:NT-Response:-00}" }