> Hello all, > > I'm having problem with acl + ncsa auth with squid, here's the scenario, > > authenticate_program /usr/local/bin/ncsa_auth > /usr/local/etc/squid/squidpasswd > acl user1 src <ip addy> > acl withpass proxy_auth REQUIRED > > I want user1 to pass first with authenentication before accessing squid > but I don't have a luck to do it. Any idea...
Have you tried this? acl user1 proxy_auth us1 acl user1a src <ip addy> http_access allow user1 user1a -- glynn > > TIA > > > -- > Jimmy Lim > Operation & Support Team Leader > Tricom > _ > Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph > To leave: send "unsubscribe" in the body to [EMAIL PROTECTED] > > Fully Searchable Archives With Friendly Web Interface at http://marc.free.net.ph > > To subscribe to the Linux Newbies' List: send "subscribe" in the body to [EMAIL PROTECTED] > _ Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph To leave: send "unsubscribe" in the body to [EMAIL PROTECTED] Fully Searchable Archives With Friendly Web Interface at http://marc.free.net.ph To subscribe to the Linux Newbies' List: send "subscribe" in the body to [EMAIL PROTECTED]
