I have been successful at restricting users access to one URL, but the user
is continually prompted for username and password (it seems for every object
on the web page).  Here's my squid.conf snippet I believe to be critical:

acl USERS proxy_auth user1
acl limited_url url_regex "/webproxy/squid/etc/limited_url"
acl password proxy_auth REQUIRED

http_access allow USERS limited_url
http_access deny USERS

I also tried using identd, but that only seemed to work for the computer,
not the user.

Any thoughts?

Allen Miller
Network Administrator
Lyman-Richey Corporation
402-558-2727
mailto:[EMAIL PROTECTED]
BEGIN:VCARD
VERSION:2.1
N:Miller;Allen;P.
FN:Allen P. Miller
ORG:Lyman-Richey Corporation
TITLE:Network Adminitrator
TEL;WORK;VOICE:(402) 558-2727
TEL;WORK;VOICE:(402) 556-5171
TEL;CELL;VOICE:(402) 669-7847
TEL;WORK;FAX:(402) 557-3810
ADR;WORK:;;4315 Cuming Street;Omaha;NE;68131;United States of America
LABEL;WORK;ENCODING=QUOTED-PRINTABLE:4315 Cuming Street=0D=0AOmaha, NE 68131=0D=0AUnited States of America
EMAIL;PREF;INTERNET:[EMAIL PROTECTED]
REV:20030515T135033Z
END:VCARD

Reply via email to