> Was wondering if/how it's possible to bypass the > LDAP authentication for Squid and let every single > user with a specific LAN subnet (ie: 192.168.190.*) > to surf the internet without providing credentials.
http_access rules are processed in the order they're listed in squid.conf, and the one that matches first is applied. Insert a http_access rule allowing that subnet before the http_access rule that requires authentication. Adam
