squid3 squid_ldap_auth ad logs
server = ubuntu 8.10
squid 3
windows 2003 active diretory
Problem
I want to log web usage on squid to AD usernames
So far I have fresh install of squid3. I have changed
acl localnet src 192.168.1.0/24
http_allow access localnet
This has allowed me browse the web through squid. I can see traffic and logs being generated in access.log. My next step is to log by AD username.
I have read many differrent ways of achieving this. I want to do it with squid_ldap_auth
I know I need to edit the settings in
auth_param basic program
/usr/lib/squid/squid_ldap_auth.......
I need help at this point.