Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 15747 - Squid 2.5 STABLE1 The winbind helpers depend on a internal Samba winbindd interface which was changed in the Samba 2.2.6 release.
Summary: Squid 2.5 STABLE1 The winbind helpers depend on a internal Samba winbindd int...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High major (vote)
Assignee: Donny Davies (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-15 11:25 UTC by Chris Sorisio
Modified: 2003-04-05 01:48 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Sorisio 2003-02-15 11:25:57 UTC
The winbind helpers for Squid depend on a internal Samba winbindd interface 
which was changed in the Samba 2.2.6 release.

A patch exists but the existing ebuild does not compile cleanly when applied.

See 'winbind helpers fail to work with Samba 2.2.6 or later' at 
http://www.squid-cache.org/Versions/v2/2.5/bugs/#STABLE1

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Chris Sorisio 2003-02-15 12:46:51 UTC
Something along the following would work:

In the SQUID STABLE1 ebuild, include source/nsswitch/winbindd_nss.h from Samba 2.2.7a.

Then, in the SQUID ebuild, add:

cp -f ${NSSH} helpers/basic_auth/winbind/
cp -f ${NSSH} helpers/ntlm_auth/winbind/
cp -f ${NSSH} helpers/external_acl/winbind_group/

Make Samba 2.2.7a a required dependency for SQUID 2.5 STABLE1.

This should tide us over until STABLE2 is released, which fixes the problem long-term.

If a new version of Samba comes out before STABLE2, the above file will need updated accordingly, if the user upgrades Samba.
Comment 2 Chris Sorisio 2003-02-15 12:48:27 UTC
Forgot to add:

Where ${NSSH} is the path to winbindd_nss.h 
Comment 3 Donny Davies (RETIRED) gentoo-dev 2003-03-29 00:01:37 UTC
hi could you try squid-2.5.2 which i've released yesterday i think...

theres extended support in this release for older SAMBA's as well
although the default is for recent versions.

that solve everything?
Comment 4 Donny Davies (RETIRED) gentoo-dev 2003-04-05 01:48:15 UTC
should have all kinds of backwards compatible stuff in 2.5.2

you may need to adjust for that though