Jump to content

Recommended Posts

Posted

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?

Posted

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.

Posted

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.

Posted
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.
Posted
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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...