NetworkGeezer Posted May 9, 2006 Posted May 9, 2006 I am a bit wary of having a logon box appear when people access the Internet. I don't want 'my' users to make a mental connection between domain credentials and Internet Explorer. Don't want to make life too easy for the phishermen. Now OWA seems to have passthrough authentication for access in a domain session. Can the same thing be implekmted for Censornet/Dansguardian web filter?
Geoff Posted May 9, 2006 Posted May 9, 2006 Well its not anything to do with Dansguardian. Its squid you need to configure to do this. 1000 mile overview as follows: 1. Get Samba + Winbind working on the domain correctly as a domain member. 2. Add the following to your squid.conf: auth_param ntlm program /usr/lib/squid/wb_ntlmauth auth_param ntlm children 5 auth_param ntlm max_challenge_reuses 0 auth_param ntlm max_challenge_lifetime 2 minutes auth_param ntlm use_ntlm_negotiate off acl Authenticated proxy_auth REQUIRED http_access deny !Authenticated If censornet does funky things with the squid.conf, tread with care. There's plenty of help on google if you search for 'Squid NTLM Auth'. The only other gotcha is if you use Firefox/Mozzila. The proxy server needs to be listed in the ntlm whitelist in the prefs for transparent auth to work. network.automatic-ntlm-auth.allow-proxies - true network.automatic-ntlm-auth.trusted-uris - [url]http://mydomainname[/url] network.negotiate-auth.delegation-uris - [url]http://mydomainname[/url] network.negotiate-auth.trusted-uris - [url]http://mydomainname[/url] Where "mydomainname" is your AD's dns domain name.
ChrisH Posted May 9, 2006 Posted May 9, 2006 I doubt your going to be able to mod Censornet as I suspect someone would have done it by now. More than likely something will break. Setting up on a vanilla system is straight forward. Censornet uses template files for most of the configuration files so you need to edit them else you will loose all your changes on a reboot. I followed many guides to get it working on a vanilla system but this one was the best.
MkII Posted May 9, 2006 Posted May 9, 2006 V4 of Censornet [should be in beta now] is slated to have automatic authentication.
ChrisH Posted May 9, 2006 Posted May 9, 2006 Theres no news on a public beta yet but they are currently developing it. You can show your interest on the site though to be a beta tester later on.
webman Posted May 9, 2006 Posted May 9, 2006 IPCop with AdvProxy+URLFilter addons will do transparent auth, but no group/user filtering.
Geoff Posted May 9, 2006 Posted May 9, 2006 I'd roll my own custom box from personally. It's more flexible in the long run.
Geoff Posted May 9, 2006 Posted May 9, 2006 Then it's time you did. Stick Debian on some spare hardware. Help and assistance is avalible in the Linux forum if you require it.
ChrisH Posted May 9, 2006 Posted May 9, 2006 Debian is my distro of choice.... Anyway must go fire alarm is going off
NetworkGeezer Posted May 9, 2006 Author Posted May 9, 2006 Hmmm do Microsoft provide your fire alarms? No perish the thought!!!
webman Posted May 9, 2006 Posted May 9, 2006 Hmmm do Microsoft provide your fire alarms? Microsoft Emergency Alarm XP has ran out of ARLs (Alarm Ring Licenses)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now