DaemonForums  

Go Back   DaemonForums > FreeBSD > FreeBSD Security

FreeBSD Security Securing FreeBSD.

Reply
 
Thread Tools Display Modes
  #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
  #2   (View Single Post)  
Old 7th January 2011
plexter plexter is offline
Shell Scout
 
Join Date: May 2008
Posts: 124
Default

Any thoughts?
Reply With Quote
Reply

Tags
dansguardian, ntlm, squid

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
MariaDB 5.2 now faster and with alternative authentication J65nko News 0 13th November 2010 08:51 PM
Cups , authentication issue welkin FreeBSD Installation and Upgrading 2 7th March 2010 01:03 AM
openldap for authentication rajendra_nagi FreeBSD General 9 17th July 2008 06:43 PM


All times are GMT. The time now is 08:27 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick