Hi, I've three win2000 domains without trust. I want my users from all domains access the internet via only one squid at the first domain. I've already tested the smb_auth via prompt and it works. But via browser i cant get connect to internet, it retake password all the time.
this is my squid.conf domains line: auth_param basic program /usr/sbin/smb_auth -W domain1 -U 172.x.x.101 -W domain2 -U 172.y.y.104 -W domain3 -U 172.z.z.101 and the tests ... [EMAIL PROTECTED]:/usr/local/squid/etc# smb_auth -W domain1 -U 172.x.x.101 -d user xxxxxxx Domain name: domain1 Pass-through authentication: no Query address options: -U 172.x.x.101 -R Domain controller IP address: 172.x.x.101 Domain controller NETBIOS name: DC01 Contents of //DC01/NETLOGON/proxyauth: allow OK
