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

How to see the login name? #207

Closed cvItvre closed 5 years ago

cvItvre commented 5 years ago

Hi, is there a way to view the users' login name after putting the users' names in the user-aliases file? Here in my company we use a "special number" for users' login, and in some cases, we'd like to see it.

darold commented 5 years ago

Yes it is done for that, for example:

myrealname        12345
cvItvre commented 5 years ago

Yeah, I'm doing this inside the user-aliases file, ex.:

ShowTiime 123456

But the question is, is there a way that I can view, in the client side, the login name, but keeping the user-aliases file with all correlations (Full_Name User_Login) ?

cvItvre commented 5 years ago

I solved this problem. I just created a script to modify index.html after the squid-analyzer runs.