--------------------- PatchSet 5924 Date: 2003/09/08 20:31:33 Author: serassio Branch: nt-2_5 Tag: (none) Log: Native Win32 NTLM helper: added command line switch for NTLM packet level debugging, code cleanup Members: helpers/ntlm_auth/NTLMSSP-WIN32/readme.txt:1.1.4.4->1.1.4.5 Index: squid/helpers/ntlm_auth/NTLMSSP-WIN32/readme.txt =================================================================== RCS file: /cvsroot/squid-sf//squid/helpers/ntlm_auth/NTLMSSP-WIN32/Attic/readme.txt,v retrieving revision 1.1.4.4 retrieving revision 1.1.4.5 diff -u -r1.1.4.4 -r1.1.4.5 --- squid/helpers/ntlm_auth/NTLMSSP-WIN32/readme.txt 7 Sep 2003 17:17:35 -0000 1.1.4.4 +++ squid/helpers/ntlm_auth/NTLMSSP-WIN32/readme.txt 8 Sep 2003 20:31:33 -0000 1.1.4.5 @@ -6,9 +6,10 @@ Usage ===== -ntlm_auth [-d] [-A|D LocalUserGroup] [-l] [-h] +ntlm_auth [-d] [-v] [-A|D LocalUserGroup] [-l] [-h] --d enables debugging statements. +-d enables debugging. +-v enables verbose NTLM packet debugging. -l if specified, changes behavior on failures to last-ditch. -A specify a Windows Local Group name allowed to authenticate. -D specify a Windows Local Group name not allowed to authenticate.