--------------------- PatchSet 1856 Date: 2001/04/09 13:36:13 Author: kinkie Branch: auth_rewrite Tag: (none) Log: Changed a few hostnames to be more explanatory. Added missing $|. Members: src/auth/basic/helpers/multi-domain-NTLM/smb_auth.pl:1.1.2.1->1.1.2.2 Index: squid/src/auth/basic/helpers/multi-domain-NTLM/smb_auth.pl =================================================================== RCS file: /cvsroot/squid-sf//squid/src/auth/basic/helpers/multi-domain-NTLM/Attic/smb_auth.pl,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -r1.1.2.1 -r1.1.2.2 --- squid/src/auth/basic/helpers/multi-domain-NTLM/smb_auth.pl 7 Jan 2001 14:52:25 -0000 1.1.2.1 +++ squid/src/auth/basic/helpers/multi-domain-NTLM/smb_auth.pl 9 Apr 2001 13:36:13 -0000 1.1.2.2 @@ -10,12 +10,11 @@ #i.e.: # %controllers = ( "domain" => ["pdc","bdc"]); -#%controllers = ( ".*" => ["tlc5",undef]); +#%controllers = ( ".*" => ["pdcname","bdcname"]); #define this if you wish to use a WINS server. If undefined, broadcast # will be attempted. -$wins_server="c0wins"; - +$wins_server="winsservername"; # Some servers (at least mine) really really want to be called by address. # If this variable is defined, we'll ask nmblookup to do a reverse DNS on the @@ -36,6 +35,7 @@ # %pdc used to cache the domain -> pdc_ip values. IT NEVER EXPIRES! +$|=1; while (<>) { if (! m;([^\\]+)(\\|/)(\S+)\s(.*); ) { #parse the line print "ERR\n";