On Tue, 17 Feb 2004, Gareth wrote: > I decided I wanted to try and get Squid to authenticate users against a > Windows 2000 Active Directory, but I didn't seem to have any of the auth > programs on my installation. > > I decided to install squid-2.5.STABLE4, > passing --enable-auth=basic,digest,ntlm (and others) to configure.
This directive only enables these authentication schemes in Squid. You also need helpers to verify the user credentials of each scheme used. See configure --help. Regards Henrik