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

[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