Re: [squid-users] Custom external acl helpers in PHP

2015-09-17 Thread Eliezer Croitoru
Hey Walter, Can you share your squid configuration as an example? Thanks, Eliezer On 17/09/2015 23:17, Walter (NIF) wrote: Hi, Amos! I followed your suggestion and rewrote the code using only one helper and a note ACL. It's working perfectly. Thank you! Walter _

Re: [squid-users] Custom external acl helpers in PHP

2015-09-17 Thread Walter (NIF)
Hi, Amos! I followed your suggestion and rewrote the code using only one helper and a note ACL. It's working perfectly. Thank you! Walter ___ squid-users mailing list squid-users@lists.squid-cache.org http://lists.squid-cache.org/listinfo/squid-users

Re: [squid-users] Custom external acl helpers in PHP

2015-09-05 Thread Amos Jeffries
On 5/09/2015 7:58 a.m., Walter (NIF) wrote: > Hi! I wrote a PHP script to authenticate users in a postgresql server > and it's working perfectly. > > The question is that we have some groups with different privileges. We > had a LDAP base where > the users were authenticated with the ldap_group ex

[squid-users] Custom external acl helpers in PHP

2015-09-04 Thread Walter (NIF)
Hi! I wrote a PHP script to authenticate users in a postgresql server and it's working perfectly. The question is that we have some groups with different privileges. We had a LDAP base where the users were authenticated with the ldap_group external acl. I'd like to write my own external helper