<div dir="ltr">Hi All,<div><br></div><div>I'm running squid 3.5.12, i'm using ldap for authentication. When trying to browse the internet from clients it takes up to 10 minutes for the website to load. Can you please assist me in troubleshooting what the issue is? Below is my squid.conf file.</div><div><br></div><div><br></div><div><br></div><div><br></div><div><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">cache_mem 1048 MB</p>
<p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">cache_log /usr/local/squid1/var/logs/cache.log</p>
<p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">cache_swap_high 95</p>
<p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">cache_swap_low 90</p>
<p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">dns_nameservers x.x.x.x</p>
<p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0);min-height:25px"><br></p>
<p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0);min-height:25px"><br></p>
<p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">#acl manager proto cache_object</p>
<p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">#acl localhost src <a href="http://127.0.0.1/32">127.0.0.1/32</a> ::1</p>
<p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">#acl to_localhost dst <a href="http://127.0.0.0/8">127.0.0.0/8</a> <a href="http://0.0.0.0/32">0.0.0.0/32</a> ::1</p>
<p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0);min-height:25px"><br></p>
<p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)"># Example rule allowing access from your local networks.</p>
<p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)"># Adapt to list your (internal) IP networks from where browsing</p>
<p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)"># should be allowed</p>
<p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">#acl localnet src <a href="http://10.0.0.0/8">10.0.0.0/8</a>    # RFC1918 possible internal network</p>
<p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">#acl localnet src x.x.x.x.0/24</p>
<p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">#acl localnet src <a href="http://172.16.0.0/12">172.16.0.0/12</a> # RFC1918 possible internal network</p>
<p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">#acl localnet src <a href="http://192.168.0.0/16">192.168.0.0/16</a>        # RFC1918 possible internal network</p>
<p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">#acl localnet src fc00::/7       # RFC 4193 local private network range</p>
<p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">#acl localnet src fe80::/10      # RFC 4291 link-local (directly plugged) machines</p>
<p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0);min-height:25px"><br></p>
<p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">## Ports to allow:</p>
<p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">acl Safe_ports port 443         # https</p>
<p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">acl Safe_ports port 80          # http</p>
<p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">acl Safe_ports port 8080</p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">#acl Safe_ports port 21         # ftp</p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">#acl Safe_ports port 70         # gopher</p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">#acl Safe_ports port 210                # wais</p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">#acl Safe_ports port 1025-65535 # unregistered ports</p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">#acl Safe_ports port 280                # http-mgmt</p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">#acl Safe_ports port 488                # gss-http</p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">#acl Safe_ports port 591                # filemaker</p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">#acl Safe_ports port 777                # multiling http</p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0);min-height:25px"><br></p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">## CONNECT method:</p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">









</p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">#acl CONNECT method CONNECT</p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)"><br></p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">## LDAP Authentication ##</p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">auth_param basic program /usr/local/squid1/libexec/basic_ldap_auth -b "dc=ldap,dc=corp,dc=domain,dc=com" -f "uid=%s" <a href="http://ldapserv.corp.domain.com">ldapserv.corp.domain.com</a></p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">auth_param basic children 5</p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">#auth_param basic realm Web-Proxy</p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">auth_param basic credentialsttl 30 minutes</p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">




</p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">acl ldap-auth proxy_auth REQUIRED</p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)"><br></p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">## Visible Hostname ##</p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">visible_hostname proxy-01</p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0);min-height:25px"><br></p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0);min-height:25px"><br></p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">external_acl_type ldap_group %LOGIN /usr/local/squid1/libexec/ext_ldap_group_acl -R -b "ou=groups,dc=gcsldap,dc=corp,dc=domain,dc=com" -D "cn=cost,ou=admin,dc=gcsldap,dc=corp,dc=domain,dc=com" -f "(&(memberuid=%u) (cn=%a))" -w password -h <a href="http://ldap.corp.domain.com">ldap.corp.domain.com</a></p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0);min-height:25px"><br></p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0);min-height:25px"><br></p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">#external_acl_type ldap_group %LOGIN /usr/lib64/squid/squid_ldap_group -R -b "ou=groups,dc=mydomain,dc=net" -D "cn=root,dc=mydomain,dc=net" -f "(&(sn=%u) (cn=%a))" -w password -h localhost</p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0);min-height:25px"><br></p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">#http_access allow ldap-auth</p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0);min-height:25px"><br></p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">## ACL's for group checking ##</p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0);min-height:25px"><br></p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">acl yumrepo external ldap_group yumrepo</p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">acl winupdate external ldap_group winupdate</p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">














</p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">acl network-update external ldap_group network-update</p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)"><br></p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">## ACL's for url domains ##</p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0);min-height:25px"><br></p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">acl rule1 url_regex -i "/usr/local/squid1/etc/allowed/yumrepo/domains"</p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">acl rule2 url_regex -i "/usr/local/squid1/etc/allowed/winupdate/domains"</p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">



</p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">acl rule3 url_regex -i "/usr/local/squid1/etc/allowed/network-update/domains"</p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)"><br></p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)"><br></p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)"># Only allow cachemgr access from localhost</p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">http_access allow manager localhost</p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">http_access deny manager</p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0);min-height:25px"><br></p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)"># Deny requests to certain unsafe ports</p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">http_access deny !Safe_ports</p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0);min-height:25px"><br></p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)"># Deny CONNECT to other than secure SSL ports</p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">#http_access deny CONNECT !SSL_ports</p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0);min-height:25px"><br></p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)"># We strongly recommend the following be uncommented to protect innocent</p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)"># web applications running on the proxy server who think the only</p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)"># one who can access services on "localhost" is a local user</p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">http_access deny to_localhost</p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0);min-height:25px"><br></p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">#</p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)"># INSERT YOUR OWN RULE(S) HERE TO ALLOW ACCESS FROM YOUR CLIENTS</p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">#</p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0);min-height:25px"><br></p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)"># Example rule allowing access from your local networks.</p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)"># Adapt localnet in the ACL section to list your (internal) IP networks</p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)"># from where browsing should be allowed</p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">#http_access allow localnet</p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">






















</p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">#http_access allow localhost</p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)"><br></p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">http_access allow rule1 ldap-auth yumrepo</p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">http_access allow rule2 ldap-auth winupdate</p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">

</p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">http_access allow rule3 ldap-auth network-update</p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)"><br></p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)"># And finally deny all other access to this proxy</p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">#http_access deny all</p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0);min-height:25px"><br></p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)"># Squid normally listens to port 3128</p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">http_port 8080</p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0);min-height:25px"><br></p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)"># Uncomment and adjust the following to add a disk cache directory.</p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">maximum_object_size 1000 MB</p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">cache_dir ufs /var/spool/squid 1000 16 256</p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0);min-height:25px"><br></p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)"># Leave coredumps in the first cache dir</p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">coredump_dir /var/spool/squid</p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0);min-height:25px"><br></p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0);min-height:25px"><br></p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0);min-height:25px"><br></p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)"># Add any of your own refresh_pattern entries above these.</p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">#refresh_pattern ^ftp:          1440    20%     10080</p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">#refresh_pattern ^gopher:       1440    0%      1440</p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">#refresh_pattern -i (/cgi-bin/|\?) 0    0%      0</p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">#refresh_pattern -i \.(iso|avi|wav|mp3|mp4|mpeg|swf|flv|x-flv)$ 43200 90% 432000 override-expire override-lastmod ignore-no-cache ignore-no-store ignore-private</p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">#refresh_pattern -i .(deb|rpm|exe|zip|tar|tgz|bz2|ram|rar|bin)$  129600 100% 129600 override-expire ignore-no-cache ignore-no-store</p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0);min-height:25px"><br></p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">refresh_pattern .               0       20%     4320</p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">






















</p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">debug_options ALL,1 33,2 28,9</p><div><br></div><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)"><br></p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)"><br></p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)"><br></p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)"><br></p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)"><br></p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)"><br></p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)"><br></p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)"><br></p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)"><br></p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)"><br></p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)"><br></p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)"><br></p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)"><br></p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)"><br></p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)"><br></p><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)"><br></p></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Oct 7, 2015 at 12:18 PM, nando mendonca <span dir="ltr"><<a href="mailto:nandomendonca007@gmail.com" target="_blank">nandomendonca007@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><span style="color:rgb(0,0,0);font-family:Helvetica;font-size:12px">Hi,</span><div style="color:rgb(0,0,0);font-family:Helvetica;font-size:12px"><br></div><div style="color:rgb(0,0,0);font-family:Helvetica;font-size:12px">I have squid 3.1 installed using ldap authentication. When i access a browser i enter my ldap credentials and it works fine. I’m able to browse all sites without any issues.</div><div style="color:rgb(0,0,0);font-family:Helvetica;font-size:12px"><br></div><div style="color:rgb(0,0,0);font-family:Helvetica;font-size:12px"><br></div><div style="color:rgb(0,0,0);font-family:Helvetica;font-size:12px">Is there a way to use ldap groups to allow certain groups access to a few sites on the internet and then pretty much block everything else?</div><div style="color:rgb(0,0,0);font-family:Helvetica;font-size:12px"><br></div><div style="color:rgb(0,0,0);font-family:Helvetica;font-size:12px"><br></div><div style="color:rgb(0,0,0);font-family:Helvetica;font-size:12px">I’m able to restrict access to only a couple of sites and block everything else without using ldap group authentication, was just hoping this can be done with ldap group authentication.</div><div style="color:rgb(0,0,0);font-family:Helvetica;font-size:12px"><br></div><div style="color:rgb(0,0,0);font-family:Helvetica;font-size:12px"><br></div><div style="color:rgb(0,0,0);font-family:Helvetica;font-size:12px">Thanks,</div><div style="color:rgb(0,0,0);font-family:Helvetica;font-size:12px">Nando</div><div style="color:rgb(0,0,0);font-family:Helvetica;font-size:12px"><br></div><div style="color:rgb(0,0,0);font-family:Helvetica;font-size:12px"><br></div></div>
</blockquote></div><br></div></div>