RE: [squid-users] squid and samba 3 compiling issues

From: Adam Aube <aaube@dont-contact.us>
Date: Fri, 17 Oct 2003 11:08:09 -0400

> Configuring squid-2.5.STABLE4 till the today generatred
> source eith these
> options:
>
> [root@Norad 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
Received on Fri Oct 17 2003 - 09:08:12 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:20:31 MST