--------------------- PatchSet 883 Date: 2000/12/01 16:05:58 Author: kinkie Branch: auth_rewrite Tag: (none) Log: Adapted to V3 of the squid-to-helper protocol Members: ntlm_auth_modules/no_check/no_check:1.1.2.1->1.1.2.1.2.1 Index: squid/ntlm_auth_modules/no_check/no_check =================================================================== RCS file: /cvsroot/squid-sf//squid/ntlm_auth_modules/no_check/Attic/no_check,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.1.2.1 diff -u -r1.1.2.1 -r1.1.2.1.2.1 --- squid/ntlm_auth_modules/no_check/no_check 3 Aug 2000 11:47:59 -0000 1.1.2.1 +++ squid/ntlm_auth_modules/no_check/no_check 1 Dec 2000 16:05:58 -0000 1.1.2.1.2.1 @@ -9,32 +9,36 @@ #$authdomain="your_domain_goes_here"; $challenge="deadbeef"; +$authdomain=$ARGV[0] if ($#ARGV >=0); + die ("Edit $0 to configure a domain!") unless (defined($authdomain)); -while(<>) { - if ($_ eq "RESET") { - print "RESET OK\n"; +while(