Re: [squid-users] How can I change the location of the kerberos cache file?

2015-06-22 Thread Tom Tom
OK, I think you mean the RCACHE. You can change the location with exporting the KRB5RCACHETYPE-variable. Have a look here: http://web.mit.edu/kerberos/krb5-1.11/doc/basic/rcache_def.html For disabling it, you can: $ export KRB5RCACHETYPE=none Regards, Tom On Mon, Jun 22, 2015 at 8:27 PM, Micha

Re: [squid-users] tos miss-mask not working at all squid 3.5.5

2015-06-22 Thread Dan Charlesworth
It's also worth pointing out that your messages are getting flagged as Spam by Gmail, which probably isn't helping visibility. On 23 June 2015 at 06:11, mohammad wrote: > why is no-one answering this ?!! > > BTW, i tried the kernel patch 2.6.35 from ZPH, it worked intermittently, > and > stopped

Re: [squid-users] tos miss-mask not working at all squid 3.5.5

2015-06-22 Thread Leonardo Rodrigues
Em 22/06/15 17:11, mohammad escreveu: why is no-one answering this ?!! BTW, i tried the kernel patch 2.6.35 from ZPH, it worked intermittently, and stopped working after a squid re-build. any help is appreciated This list is community-based, there's no guarantee someone will answer and

Re: [squid-users] tos miss-mask not working at all squid 3.5.5

2015-06-22 Thread mohammad
why is no-one answering this ?!! BTW, i tried the kernel patch 2.6.35 from ZPH, it worked intermittently, and stopped working after a squid re-build. any help is appreciated -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/tos-miss-mask-not-working-at-all-sq

Re: [squid-users] How can I change the location of the kerberos cache file?

2015-06-22 Thread Michael Pelletier
It did not work. I exported the variable and started squid but it still used the old file:-( On Mon, Jun 22, 2015 at 1:54 PM, Tom Tom wrote: > You can export the variable KRB5CCNAME, where you can specify the > kerberos cache file location. > For example: $ export KRB5CCNAME=/home/testuser/k

Re: [squid-users] How can I change the location of the kerberos cache file?

2015-06-22 Thread Tom Tom
You can export the variable KRB5CCNAME, where you can specify the kerberos cache file location. For example: $ export KRB5CCNAME=/home/testuser/krb5_cache_file_$(id -u) Regards, Tom On Mon, Jun 22, 2015 at 5:48 PM, Michael Pelletier wrote: > Hello, > > Squid is keeping the kerberos cache file in

Re: [squid-users] How can I change the location of the kerberos cache file?

2015-06-22 Thread Michael Pelletier
Not a bad temp solution. The file name seems to be static as I check multiple servers and it was all the same. On Mon, Jun 22, 2015 at 12:59 PM, Michael Monette wrote: > Have you tried a symlink? > > I know it's not the best answer, but could work until you figure out a > real solution > > -

Re: [squid-users] How can I change the location of the kerberos cache file?

2015-06-22 Thread Michael Monette
Have you tried a symlink? I know it's not the best answer, but could work until you figure out a real solution - Original Message - From: "Michael Pelletier" To: "squid-users" Sent: Monday, June 22, 2015 11:48:20 AM Subject: [squid-users] How can I change the location of the kerberos

[squid-users] How can I change the location of the kerberos cache file?

2015-06-22 Thread Michael Pelletier
Hello, Squid is keeping the kerberos cache file in /var/tmp. How can I change the location? # ls -al /var/tmp/ total 864 drwxrwxrwt. 3 root root 36864 Jun 22 11:43 . drwxr-xr-x. 22 root root4096 May 9 23:55 .. -rw-r--r-- 1 root root 0 Jun 21 20:09 .fsrlast_xfs drwx--. 2 ro

Re: [squid-users] Squid to ask for, but not require, authentication.

2015-06-22 Thread Graham
Thanks for the reply. I monitored the data between dansguardian and squid and there is basically nothing there. Dansguardian seems to only pass on the URL in its default config - and strips out everything else, including the User-Agent header. I had a read and found that I can turn on the X-

Re: [squid-users] confused about ICAP and who's downloading what

2015-06-22 Thread Amos Jeffries
On 22/06/2015 7:24 p.m., Jason Haar wrote: > On 21/06/15 10:45, Antony Stone wrote: >> The former - squid does the download and passes the content to ICAP. > > Great. So squid does all the network calls and ICAP simply gets to > review the content (request and/or response) and potentially change i

Re: [squid-users] confused about ICAP and who's downloading what

2015-06-22 Thread Jason Haar
On 21/06/15 10:45, Antony Stone wrote: > The former - squid does the download and passes the content to ICAP. Great. So squid does all the network calls and ICAP simply gets to review the content (request and/or response) and potentially change it. Perfect :-) Thanks! -- Cheers Jason Haar Cor