Posts under Tag: squid
VMware Update Manager vs ISA Proxy

If you set a proxy for your VMware VUM with an ISA Proxy it could not work because you obtain “error 502” (see logs kb1003693)… you can set a few thounsands times your names, password, domain and so on… but the problem is another! Not your account, but the relationship between the user who starts the VMware Update Manager service!

By with 0 comments
Configurazione trasparent proxy wccp con ASA & Linux

http://parvinderbhasin.blogspot.com/2009/06/squid-wccp-and-cisco-asa-setup.html http://wiki.squid-cache.org/ConfigExamples/Intercept/CiscoAsaWccp2 Come stabilire la connessione WCCP tra linux (squid, si intende giĆ  configurato) e Cisco ASA (testato con il 5510)

By with 0 comments
Autenticazione Squid against LDAP Active Directory

—– con squid fino 2.5.x e Active directory 2003 —– ** Autentificazione utenti: ** $/usr/sbin/squid_ldap_auth -p -R -b “cn=users,dc=infonetsolutions,dc=loc” -D “cn=Administrator,cn=users,dc=infonetsolutions,dc=loc” -w “PASSWORD” -f “(&(userPrincipalName=%s)(objectClass=person))” 10.13.17.204 TEST: alessandro password OK * quindi in squid.conf: auth_param basic program /usr/sbin/squid_ldap_auth -p -R -b “cn=users,dc=infonetsolutions,dc=loc” -D “cn=Administrator,cn=users,dc=infonetsolutions,dc=loc” -w “PASSWORD” -f “(&(userPrincipalName=%s)(objectClass=person))” 10.13.17.204 + acl password proxy_auth REQUIRED + http_access allow password —– con [...]

By with 0 comments