View Single Post
  #1   (View Single Post)  
Old 20th December 2010
plexter plexter is offline
Shell Scout
 
Join Date: May 2008
Posts: 124
Question NTLM Authentication

Hi all,

I'm wondering if anyone can help me with getting NTLM authentication (to Active Directory) working with my Squid, and hopefully afterwards Dansguardian.

I've installed Samba and it appears to be working as I am able to lookup users via command line.

I also am able to do the following test:

Code:
 

wbinfo -a mydomain\\usernama%password
plaintext password authentication succeeded
challenge/response password authentication succeeded
However when I try and connect directly to my Squid proxy I simply get prompted for authentication and it does not work.

I figured because the Squid conf is so large it would be easier to post any sections you'd like to see. Just ask!

For now please see the below:

Code:
auth_param ntlm program /usr/local/bin/ntlm_auth --helper-protocol=squid-2.5-ntlmssp
auth_param ntlm children 30

auth_param basic program /usr/local/bin/ntlm_auth --helper-protocol=squid-2.5-basic
auth_param basic children 5
auth_param basic credentialsttl 2 hours

acl AuthorizedUsers proxy_auth REQUIRED

http_access allow all AuthorizedUsers
Any help would be greatly appreciated.

Thanks!
Reply With Quote