Squid proxy authentication for Win2K domain users

Squid proxy authentication for Win2K domain users

How can I use Squid proxy authentication for Windows 2000 domain users? Is it necessary to build a LDAP database? Can you please provide some URLs for getting more information on this?

    Requires Free Membership to View

    When you register, my team of editors will also send you resources covering Linux administration and management; integration and interoperability between Linux, Windows and Unix; securing Linux and mixed-platform environments; and migrating to Linux.

    Cathleen A. Gagne, Senior Editorial Director

    By submitting your registration information to SearchEnterpriseLinux.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchEnterpriseLinux.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

You can authenticate the users right from the Active Directory Database using Winbind part of the Samba 3.x package.

All the information you need is right here:
http://www.squid-cache.org/Doc/FAQ/FAQ-23.html

The section entitled "How do I use the Winbind authenticators?" should give you an adequate explanation. In short, the Samba Winbind package should be able to connect and authenticate to your Windows server. Then, Samba is the conduit to let Squid have that authentication data without the need for an LDAP database.

This was first published in January 2005