From d3d1bf9c4d833c8cfcd834f9aa4e612cbb73f81a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Marchal?= Date: Thu, 14 Jun 2012 09:57:20 +0200 Subject: [PATCH] Fix the documentation for ntlm_user_format The documentation in sarg.conf for ntlm_user_format was wrong. The correct option is "user" and not "username". Thanks to mrac33 for reporting and fixing this bug. --- sarg.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sarg.conf b/sarg.conf index f474428..3e786c9 100644 --- a/sarg.conf +++ b/sarg.conf @@ -703,7 +703,7 @@ # #ulimit 20000 -# TAG: ntlm_user_format username|domainname+username +# TAG: ntlm_user_format user|domainname+username # NTLM users format. # #ntlm_user_format domainname+username -- 2.47.2