From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <4450A4EB.9000604@aaanet.ru> Date: Thu, 27 Apr 2006 15:03:07 +0400 From: Igo User-Agent: Thunderbird 1.5.0.2 (Windows/20060308) MIME-Version: 1.0 To: ALT Linux Community References: <444F3FE0.1030408@aaanet.ru> In-Reply-To: <444F3FE0.1030408@aaanet.ru> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [Comm] squid & AD X-BeenThere: community@lists.altlinux.org X-Mailman-Version: 2.1.7 Precedence: list Reply-To: altlinux@aaanet.ru, ALT Linux Community List-Id: ALT Linux Community List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Apr 2006 11:03:28 -0000 Archived-At: List-Archive: List-Post: [root@test squid]# wbinfo -u |grep lin HOST/linux это нормально? вроде компы в домене должны быть linux$ хотя [root@test squid]# wbinfo -t checking the trust secret via RPC calls succeeded пробывал еще вот так , но постоянно запрашивает пароль. что делать acl QUERY urlpath_regex cgi-bin \? no_cache deny QUERY ftp_user anonymous auth_param ntlm program /usr/bin/ntlm_auth --require-membership-of="S-1-5-21-57989841-2147032053-725345543-1117" --helper-protocol=squid-2.5-ntlmssp auth_param ntlm children 10 auth_param ntlm max_challenge_reuses 0 auth_param ntlm max_challenge_lifetime 2 minutes auth_param basic program /usr/bin/ntlm_auth --require-membership-of="S-1-5-21-57989841-2147032053-725345543-1117" --helper-protocol=squid-2.5-basic auth_param basic children 10 auth_param basic realm Squid proxy-caching web server auth_param basic credentialsttl 2 hours auth_param basic casesensitive off refresh_pattern ^ftp: 1440 20% 10080 refresh_pattern ^gopher: 1440 0% 1440 refresh_pattern . 0 20% 4320 acl all src 0.0.0.0/0.0.0.0 acl manager proto cache_object acl localhost src 127.0.0.1/255.255.255.255 acl squid_users proxy_auth REQUIRED acl to_localhost dst 127.0.0.0/8 acl Safe_ports port 80 8080 # http acl Safe_ports port 21 # ftp acl Safe_ports port 443 563 # https, snews acl CONNECT method CONNECT http_access allow squid_users http_access allow manager localhost http_access deny manager http_access deny !Safe_ports http_access deny CONNECT !SSL_ports !Jabber_ports http_access allow localhost http_access deny all http_reply_access allow all