> Configuring squid-2.5.STABLE4 till the today generatred
> source eith these
> options:
>
> [EMAIL PROTECTED] squid-2.5.STABLE4]#
> ./configure --prefix=/usr/squid
> --with-samba-sources=/root/samba-3.0.0/  --w
> ith-pthreads
> --enable-storeio="ufs,
> diskd" --enable-icmp --enable-delay-pools --enable-snmp
> --enable-ssl --with-
> openssl --enable-poll
> --enable-underscores --enable-auth="basic digest
> ntlm" --enable-basic-auth-helpers="winbind PAM multi-domain-NTLM"
> --enable-ntlm-auth-helpers="fakeauth no_check SMB
> winbind" --enable-digest-auth-helpers="password"
> --enable-external-acl-helpers="unix_group wbinfo_group
> winbind_group"

There was a thread about this in the last 24 hours - you don't use
the --with-samba-sources with Samba 3. You compile Samba 3, and it
creates the Winbind helpers. You then use those helpers with Squid.
Your Squid ./configure only needs --enable-auth="basic,ntlm" to turn
on the support for those auth types.

Again: you do not specifically configure the Winbind helpers. Instead,
you use the ones you get when you compile Samba 3.

Adam

Reply via email to