Can Squid pass LDAP info (user/group name) to Dansguardian?
From reading around, I think the answer is "no", but....
Is it possible for Squid to authenticate a user via LDAP and then pass the username (or group/some other flag) to Dansguardian so it knows whether they are in a particular filtergroup?
My current setup is:
Code:
User --> Squid--> Dansguardian & ClamAV --> Internet
|
|
LDAP
Auth
Or have I got to put Dansguardian in front of Squid in order to assign filtergroups to users?
Re: Can Squid pass LDAP info (user/group name) to Dansguardian?
I thnk you need the latest release of DG which might be alpha but Geoff says it runs fine. I think that version can do NTLM etc.
Re: Can Squid pass LDAP info (user/group name) to Dansguardi
Yes squid can pass user info onto dansguardian.. you would do it this way to see which user goes where in the logs. As to how you setup the filter groups to match the group the user belongs to, im not entirely sure.
Re: Can Squid pass LDAP info (user/group name) to Dansguardian?
You need to use the new version of DG. You need to put it in-front of Squid. You need to configure Squid to use NTLM authentication. Then it works.
Monitor usernames in squid
Hi,
I have a squid proxy with out any authentication enabled as it is not needed for us.
Our students use windows machines which authenticate to a windows AD.
We did have a need to be able to record the user that was accessing our proxy for log stats and accountability.
What I ended up doing was enabling ident in squid for all our vlans and installed an indent service on the windows machines which allows squid to record their names. This has worked for us pretty well.
If you need more help with this let me know and I'll gladly share my settings with you.
Regards,
Craig