darold / squidanalyzer

Squid Analyzer parses Squid proxy access log and reports general statistics about hits, bytes, users, networks, top URLs, and top second level domains. Statistic reports are oriented toward user and bandwidth control.
http://squidanalyzer.darold.net/
125 stars 36 forks source link

407 auth #202

Closed mikes-gh closed 5 years ago

mikes-gh commented 5 years ago

When using Kerberos 407 is issued as a challange then followed by 200 if auth succeeds. Do you pair these up or do all 407 show as denied. I am currently excluding 407 but would like to only show 407s that have no corresponding 200. I think SARG used to do this

darold commented 5 years ago

Please post a log sample of a dozen of lines with this case, I don't have one and it is required to test.

darold commented 5 years ago

I found some sample by googling so I was able to reproduce the problem. Commit d7b6ea0 fixes this issue.

mikes-gh commented 5 years ago

Thankyou for this