Signed-off-by: root <root@pclinux-ccalmb.lut.ac.uk>
authorroot <root@pclinux-ccalmb.lut.ac.uk>
Mon, 24 Aug 2009 10:44:47 +0000 (11:44 +0100)
committerAlan T. DeKok <aland@freeradius.org>
Sat, 29 Aug 2009 08:48:20 +0000 (10:48 +0200)
fixed example ntlm_auth command so that it doesnt throw up unlang warning message

raddb/modules/mschap

index c6cf24e..d2ceec1 100644 (file)
@@ -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}"
 }