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

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

[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