Squid with NTLM auth

General discussion about Linux, Linux distribution, using Linux etc.
Post Reply
cisco_specialized
Lance Naik
Posts: 34
Joined: Tue Nov 21, 2006 3:09 pm

Squid with NTLM auth

Post by cisco_specialized »

Dear Experts,

I am trying to configure SQUID with NLTM scheme using samba and winbind option every thing is working fine except on every new window open squid is prompting for user name and password , 2nd i am trying to configure Access domain group wise that is not working , please let me know where im wrong
below is my squid conf
# TAG: auth_param
auth_param ntlm program /usr/bin/ntlm_auth --helper-protocol=squid-2.5-ntlmssp --require-membership-of='OMIFFCONET\Restricted Users'
auth_param basic program /usr/bin/ntlm_auth --helper-protocol=squid-2.5-basic --requires-membership-of='OMIFFCONET\Restricted Users'


#Recommended minimum configuration per scheme:
#auth_param negotiate program <uncomment and complete this line to activate>
#auth_param negotiate children 5
#auth_param negotiate keep_alive on
#auth_param ntlm program <uncomment and complete this line to activate>
#auth_param ntlm children 5
#auth_param ntlm keep_alive on
#auth_param digest program <uncomment and complete this line>
#auth_param digest children 5
#auth_param digest realm Squid proxy-caching web server
#auth_param digest nonce_garbage_interval 5 minutes
#auth_param digest nonce_max_duration 30 minutes
#auth_param digest nonce_max_count 50
#auth_param basic program <uncomment and complete this line>
#auth_param basic children 5
#auth_param basic realm Squid proxy-caching web server
auth_param basic realm authenticatyourself for omanproxy
#auth_param basic credentialsttl 2 hours
#auth_param basic casesensitive off

acl iffco_network proxy_auth REQUIRED
# TAG: http_access
http_access allow iffco_network
Post Reply