acl acl_name external class_name [arguments ...] and external_acl_type name ... [helper arguments...]

2009-05-13 Thread louis gonzales
as [ helper arguments...] ??? Thanks, -- Louis Gonzales BSCS EMU 2003 HP Certified Professional louis.gonza...@linuxlouis.net

Re: concurrency attribute and questions.

2009-04-05 Thread louis gonzales
wrote: louis gonzales wrote: List, 1) for the concurrency attribute does this simply indicate how many items in a batch will be sent to the external helper? Sort of. The strict definition of 'batch' does not apply. Better to think of it as a window max-size. Louis: So should I have the PERL

concurrency attribute and questions.

2009-04-04 Thread louis gonzales
insights, would be tremendously appreciated. Thanks, -- Louis Gonzales BSCS EMU 2003 HP Certified Professional louis.gonza...@linuxlouis.net

Re: Dynamic ACL Regex's associated with authenticated user

2007-03-05 Thread louis gonzales
Hello all, There is one %{Header}'s that I want to read in my external helper program. %{Host} external_acl_type eXhelper %LOGIN %{Host} /path/to/my/eXhelper.pl I read in STDIN and get the username password as supplied by the user, who is prompted by basic authentication. Where are the

Re: Dynamic ACL Regex's associated with authenticated user

2007-03-05 Thread louis gonzales
: mån 2007-03-05 klockan 18:17 -0500 skrev louis gonzales: Hello all, There is one %{Header}'s that I want to read in my external helper program. %{Host} external_acl_type eXhelper %LOGIN %{Host} /path/to/my/eXhelper.pl I read in STDIN and get the username password as supplied by the user

Re: Dynamic ACL Regex's associated with authenticated user

2007-03-04 Thread louis gonzales
back from you. Thanks again. Sind sie Deutscher? Henrik Nordstrom wrote: tis 2007-02-06 klockan 00:14 -0500 skrev louis gonzales: Is the process to tap into a database for regex's(which are stored in a database) as easy as using the external_acl to call, for instance a PERL program

Dynamic ACL Regex's associated with authenticated user

2007-03-01 Thread louis gonzales
Hello Dev team, I'm curious, but have found limited information through different FAQ's and archives about Squid functionality, which provides dynamic new regex's to be checked against specific authenticated users? Two functionalities I'm wondering about specifically: 1) Can Squid use a

Re: Dynamic ACL Regex's associated with authenticated user

2007-03-01 Thread louis gonzales
skrev louis gonzales: Hello Dev team, I'm curious, but have found limited information through different FAQ's and archives about Squid functionality, which provides dynamic new regex's to be checked against specific authenticated users? Yes. Two functionalities I'm wondering about

Re: Dynamic ACL Regex's associated with authenticated user

2007-03-01 Thread louis gonzales
for? Thanks again for all of your help. Henrik Nordstrom wrote: mån 2007-02-05 klockan 15:09 -0500 skrev louis gonzales: Thank you for quick response. Would you all recommend, for fastest results, to review the source code/API for external helper, or is there a document out there(in the big