Re: [squid-users] NTLM broken when using a parent proxy...

From: Daniel Meyer <eagle@dont-contact.us>
Date: Wed, 10 Sep 2003 08:46:19 +0200 (CEST)

Hi Guido,

> Please, do You can post your squid configuration ?
>
> I like to try it on a not Windows machine to see what happens and after
> compare with a Windows environment.

Here we go. Should be all the non-default lines from squid.conf:

http_port 8080

cache_peer 127.0.0.1 parent 8000 0 no-query
prefer_direct off
cache_mem 32 MB

cache_dir ufs e:/squid/var/cache 2048 16 256

cache_access_log e:/squid/var/logs/access.log

cache_log e:/squid/var/logs/cache.log

cache_store_log e:/squid/var/logs/store.log

mime_table e:/squid/etc/mime.conf

pid_filename e:/squid/var/logs/squid.pid

diskd_program e:/squid/libexec/diskd.exe

unlinkd_program e:/squid/libexec/unlinkd.exe

pinger_program e:/squid/libexec/pinger.exe

auth_param ntlm program e:/squid/libexec/ntlm_win32_auth.exe
auth_param ntlm children 5
auth_param ntlm max_challenge_reuses 32
auth_param ntlm max_challenge_lifetime 15 minutes

auth_param basic program e:/squid/libexec/nt_auth.exe -D SIEPMANN
auth_param basic realm Squid proxy-caching web server
auth_param basic credentialsttl 2 hours
auth_param basic children 5

acl Eingeschraenkt proxy_auth "e:/squid/etc/Eingeschraenkte_Benutzer.txt"
acl Allgemein proxy_auth "e:/squid/etc/Allgemeine_Benutzer.txt"
acl ErlaubteDomains url_regex "e:/squid/etc/Erlaubte_Domains.txt"

http_access allow Eingeschraenkt ErlaubteDomains
http_access deny Eingeschraenkt !ErlaubteDomains
http_access allow all Allgemein

Danny

-- 
Whenever, wherever                             http://www.cyberdelia.de
We're meant to be together                     eagle@cyberdelia.de
I'll be there and you'll be near
And that's the deal my dear
Received on Wed Sep 10 2003 - 00:46:24 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:19:37 MST