On 28/08/20 7:18 pm, Wesley Mouedine Assaby wrote:
> 
> Is it possible to remove log that is not authenticated (ldap) ?

Of course.

With the current Squid versions use a "note" type ACL to match any
details produced by helpers. e.g. the "user=" sent by the authentication
helper.

For example:

 acl hasUser note user
 access_log ... logformat=squid hasUser


Or,

 acl hasUser note user
 access_log none !hasUser
 access_log ...


Amos
_______________________________________________
squid-users mailing list
[email protected]
http://lists.squid-cache.org/listinfo/squid-users

Reply via email to