Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 131443 - samba-3.0.22 ebuild lacks support for some idmap backends
Summary: samba-3.0.22 ebuild lacks support for some idmap backends
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo's SAMBA Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-27 07:07 UTC by Christoph Peus
Modified: 2006-04-27 10:09 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 Christoph Peus 2006-04-27 07:07:59 UTC
The actual samba-3.0.22 ebuild includes support only for the idmap backend "idmap_rid":
(from the ebuild file:)
 
use winbind && myconf="${myconf} $(use_with winbind) --with-shared-modules=idmap_rid"

But there are the "ad" and "ldap" backends too. So it should read like this:

use winbind && myconf="${myconf} $(use_with winbind) --with-shared-modules=idmap_rid,idmap_ad,idmap_ldap"
 
I tested this with  ...=idmap_rid,idmap_ad" and it worked for me.

Thanks.
Comment 1 Christian Andreetta (RETIRED) gentoo-dev 2006-04-27 10:08:34 UTC
added idmap_ad only. This is mentioned only in few places, while idmap_ldap is never described. Moreover, during compilation there is an error due to an incomplete section in the Makefile.
Comment 2 Christian Andreetta (RETIRED) gentoo-dev 2006-04-27 10:09:34 UTC
mentioned only in few places
                  ^^^^^^^^^^
few documents (man pages and upstream howtos)