On Thursday 12 June 2003 07.44, [EMAIL PROTECTED] wrote: > external_acl_type ausaid %IDENT /usr/local/squid/bin/ident_acis > acl all src 0.0.0.0/0.0.0.0 > ident_lookup_access allow all > acl all ident REQUIRED > acl ident_auth external ausaid REQUIRED > acl ldap_auth proxy_auth REQUIRED > http_access allow ident_auth > http_access allow ldap_auth > http_access deny all > > First of all, in this configuration squid does not seem to wait for > the ident reply and I am getting the username/password box. If I > ignore it and keep hitting refresh, eventually it gets a response > and caches the info (allowing me to the internet from then on).
Please register a bug for the external_acl not waiting for ident issue. Note: You are trying to redefine the "all" acl above.. only the first definition will be used by Squid (see "squid -k parse"). the "all" acl should be defined like your first definition. Regards Henrik -- Donations welcome if you consider my Free Squid support helpful. https://www.paypal.com/xclick/business=hno%40squid-cache.org If you need commercial Squid support or cost effective Squid or firewall appliances please refer to MARA Systems AB, Sweden http://www.marasystems.com/, [EMAIL PROTECTED]
