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