[squid-users] encrypt password

2006-05-16 Thread Žiga Dolher
Hi all, does anyone know how can I hide the password in squid.conf for the function cache_peer? Example: cache_peer server parent 8080 0 no-query default login=aaa:bbb I would like to encrypt the aaa and the bbb. Thank you in advice. Best regards, Žiga Dolher

Re: [squid-users] encrypt password

2006-05-17 Thread Christoph Haas
On Wed, May 17, 2006 at 12:33:50AM +0200, Žiga Dolher wrote: > does anyone know how can I hide the password in squid.conf for the > function cache_peer? You could use proper permissions so that only administrators get access to the squid.conf. Kindly Christoph -- Please reply to the list - not

Re: [squid-users] encrypt password

2006-05-17 Thread Henrik Nordstrom
ons 2006-05-17 klockan 00:33 +0200 skrev Žiga Dolher: > cache_peer server parent 8080 0 no-query default login=aaa:bbb > > I would like to encrypt the aaa and the bbb. And where do you want the encryption key stored so Squid can decrypt the values? Regards Henrik signature.asc Description: De

Re: [squid-users] encrypt password

2006-05-17 Thread Henrik Nordstrom
ons 2006-05-17 klockan 12:43 +0200 skrev Žiga Dolher: > I would like that noone can read the squid.conf, because otherwise > anyone can get the password. Then set the permissions on squid.conf in such manner that it's only accessible by the user who starts Squid.. chmod og= /path/to/etc/squid.