Re: [squid-users] MySql Authorization [SOLVED]

2004-01-26 Thread Riccardo Fontana
I've solved my problem. I forgot to verify the ownership of my PERL script. I set it to the same user defined in cache_effective_user and it started working. Thanks tha same to all. I've received some very good advices. Many thanks Riccardo Henrik Nordstrom wrote: On Thu, 22 Jan 2004, Riccard

Re: [squid-users] MySql Authorization

2004-01-23 Thread Henrik Nordstrom
On Thu, 22 Jan 2004, Riccardo Fontana wrote: > Tha problem is that I don't know how to make squid pass username checked > with wb_auth to this helper. As you do when you are not using this helper. The two are independent. > I've tried the following configuration but it doesn't work. Probably I

Re: [squid-users] MySql Authorization

2004-01-23 Thread Henrik Nordstrom
On Thu, 22 Jan 2004, Riccardo Fontana wrote: > I'm already using Netbios authentication but instead of the group helper > i would prefer to create an ACL based on a mysql table. Then you need to create a small helper to query your mysql table. See the external_acl_type directive. Regards Henri

Re: [squid-users] MySql Authorization

2004-01-22 Thread Riccardo Fontana
Hi, thanks for your help, but I'm looking for an external helper. What I need is a little tool that take username as standard input and check it against a simple table to see if it exist. I've tried to simplify sqauth from squid2mysql to obtain this and from command line it works fine (provide

Re: [squid-users] MySql Authorization

2004-01-22 Thread Hegedüs Ervin
Hello, > I would like to know if exist some kind of external helper to authorize > users authenticated with another method. > > I'm already using Netbios authentication but instead of the group helper > i would prefer to create an ACL based on a mysql table. http://freshmeat.net/projects/mysq

Re: [squid-users] MySql Authorization

2004-01-22 Thread Alex Sharaz
Yup there is a squid2mysql package which although primarily for getting access log entries into a database also has a mysql authentication module you can use Alex --On 22 January 2004 10:28 +0100 Riccardo Fontana <[EMAIL PROTECTED]> wrote: Hi, I would like to know if exist some kind of extern

[squid-users] MySql Authorization

2004-01-22 Thread Riccardo Fontana
Hi, I would like to know if exist some kind of external helper to authorize users authenticated with another method. I'm already using Netbios authentication but instead of the group helper i would prefer to create an ACL based on a mysql table.