I am trying to configure the proxy for single sign on.only the users in the internet group will have direct access to the internet but other have to provide the user id and password to get an internet access.
The squid.conf configuration
auth_param basic program /usr/bin/ntlm_auth --helper-protocol=squid-2.5-basic
auth_param basic children 15
auth_param basic realm squid proxy-caching web server
auth_param ntlm keep_alive on
acl AuthorizedUsers proxy_auth REQUIRED
#external_acl_type ADS %LOGIN /usr/sbin/wbinfo_group.pl
external_acl_type nt_group %LOGIN /usr/sbin/wbinfo_group.pl
acl dpto external nt_group Holding Internet Users
http_access allow dpto
http_access allow AuthorizedUsers
.......................................................................................
I am getting this error in /var/log/messages
fetch_ldap_pw: neither ldap secret retrieved!
Sep 2 14:41:30 proxy-server smbd[5751]: [2013/09/02 14:41:30.814622, 0] lib/smbldap.c:1180(smbldap_connect_system)
Sep 2 14:41:30 proxy-server smbd[5751]: ldap_connect_system: Failed to retrieve password from secrets.tdb
--------------------------------------------------
I can verify the wbinfo -u and wbinfo -g and wbinfo -t all is good.please help
ASKER
auth_param basic program /usr/sbin/squid_ldap_auth -d -b "vd=holdin.loc,o=holding,d
auth_param basic children 5
auth_param basic realm web-proxy
auth_param basic credentialsttl 1 minutes
auth_param basic casesensitive off
i have attached the samba and squid configuration files.
i have a one group on Active directory for internet users "Internet Users".
Please help me i am strucked from last many days