hi all, i want to run authenticator without any popup windows. so i've choose winbind authenticators. it works fine, but i dont know how to deny some users to access squid.
now, every user who is log into domain controller (samba 2.2.7a) got access to squid. i've tried to change "acl AuthorizedUsers proxy_auth REQUIRED" into "acl AuthorizedUsers proxy_auth username1 username2" but than i've got popup window :( is there any authenticator which works fine without popup window, and where administrator could make list of valid users? or i've missed something in squid configuration my squid.conf: auth_param ntlm program /usr/local/libexec/wb_ntlmauth auth_param ntlm children 5 auth_param ntlm max_challenge_reuses 0 auth_param ntlm max_challenge_lifetime 2 minutes auth_param basic program /usr/local/libexec/wb_auth auth_param basic children 5 auth_param basics realm Squid proxy-caching web server auth_param basic credentialsttl 2 hours acl AuthorizedUsers proxy_auth REQUIRED http_access allow AuthorizedUsers Regards Uki
