Search squid archive

Re: filter access.log

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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
squid-users@xxxxxxxxxxxxxxxxxxxxx
http://lists.squid-cache.org/listinfo/squid-users




[Index of Archives]     [Linux Audio Users]     [Samba]     [Big List of Linux Books]     [Linux USB]     [Yosemite News]

  Powered by Linux