I’ve seen two ways to install packages,for example,squid on CentOS: 1.yum -y install squid 2.yum install squid can anyone tell me what’s the difference between them ? also, I’m using CentOS v.6.6 Answer If you supply -y it automatically chooses “yes” for future questions, i.e. are you sure you want to install squid? [Y/n]?. It is handy if the installation
Tag: squid
Squid routing SSL traffic
Good day, I have a setup in which I am routing my received packets at my Mikrotik router to a squid server. I also can see the incoming traffic with Tcpdump that it is actually ariving @ the correct port (443) on Squid Proxy server. On the next step I have iptables -t nat -A PREROUTING -p tcp –dport 443
Deal with Squid Kerberos auth and Squidguard ldapusersearch
I’m meeting troubles with Squid Kerberos auth and the Squidguard ldapusersearch who I use to apply acl by Active Directory groups membership. The problem is : Squid and Squidguard see my user as : user@domain.local so the ‘%s’ variable of squidguard is ‘user@domain.local’ Into my ldap query there is no default property who can interpret this string. Example : And