Re: [squid-users] Log 407-transactions when username is known

2023-02-20 Thread Andrey K
Thank you very much, Amos, I have checked that both variables %un and %ul are set in squid during failed BASIC-authentications. But I do not know how to use them in ACL. I need an ACL that triggers if %un is set (to log such transactions). пн, 20 февр. 2023 г. в 12:14, Amos Jeffries : > On 20

Re: [squid-users] Log 407-transactions when username is known

2023-02-20 Thread Amos Jeffries
On 20/02/2023 7:24 pm, Andrey K wrote: Hello Amos, Thank you for your recommendations. I modified negotiate_wrapper_auth to parse NTLM tokens and to set the user attribute in AV-pairs, so now I can configure the desired logging using acl note-type. But I also have BASIC authentication type us

Re: [squid-users] Log 407-transactions when username is known

2023-02-19 Thread Andrey K
Hello Amos, Thank you for your recommendations. I modified negotiate_wrapper_auth to parse NTLM tokens and to set the user attribute in AV-pairs, so now I can configure the desired logging using acl note-type. But I also have BASIC authentication type users. Usernames of those users are known to

Re: [squid-users] Log 407-transactions when username is known

2023-02-17 Thread Amos Jeffries
On 18/02/2023 7:29 am, Amos Jeffries wrote: On 17/02/2023 7:29 pm, Andrey K wrote: Hello, I would like to disable logging of 407-errors, except when the username is known. Is it possible to configure? Assuming that you have the wrapper script from your previous request about always logging

Re: [squid-users] Log 407-transactions when username is known

2023-02-17 Thread Amos Jeffries
On 17/02/2023 7:29 pm, Andrey K wrote: Hello, I would like to disable logging of 407-errors, except when the username is known. Is it possible to configure? Assuming that you have the wrapper script from your previous request about always logging usernames you should be able to use a note t