SUID-ICAP and External ACLs

2005-11-03 Thread Ghislain Garcon

Hello,

	I have looked for a patch in order to support external acls in 
icap_access rules in squid 2.5. I didn't find anything, I would like to 
make one.


	Could any one give me help about external acls and why icap_access 
doesn't support external acls?


Thanks.

Ghislain Garçon



Re: SUID-ICAP and External ACLs

2005-11-03 Thread Henrik Nordstrom



On Thu, 3 Nov 2005, Ghislain Garcon wrote:


Hello,

	I have looked for a patch in order to support external acls in 
icap_access rules in squid 2.5. I didn't find anything, I would like to make 
one.


	Could any one give me help about external acls and why icap_access 
doesn't support external acls?


external acls requires the ACL lookup to be non-blocking using the 
aclNBCheck() call. If not it can not wait in the middle of the acl 
processing for the helper to respond.


Regards
Henrik