Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 481210 - net-fs/samba-4.0: missing configure option for USE=ads
Summary: net-fs/samba-4.0: missing configure option for USE=ads
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-15 18:07 UTC by kenodai
Modified: 2013-08-16 04:39 UTC (History)
0 users

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


Attachments
Patch for samba-4.0.8.ebuild (samba_ads.patch,367 bytes, patch)
2013-08-15 18:08 UTC, kenodai
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description kenodai 2013-08-15 18:07:41 UTC
Samba is missing idmap/ad.so for rfc2307 compatibility.

Reproducible: Always




When Samba 4 is part of an Active Directory with rfc2307 schema, it won't fetch the User/Group IDs from Active Directory.
For this to work it needs /usr/lib64/samba/idmap/ad.so which is compiled when adding --with-shared-modules=idmap_ad to the configure options.

As of https://lists.samba.org/archive/samba/2012-July/168350.html it is also needed in the 3.6-Series.
Comment 1 kenodai 2013-08-15 18:08:43 UTC
Created attachment 356104 [details, diff]
Patch for samba-4.0.8.ebuild
Comment 2 Patrick Lauer gentoo-dev 2013-08-16 04:39:37 UTC
+  16 Aug 2013; Patrick Lauer <patrick@gentoo.org> +samba-4.0.8-r1.ebuild,
+  samba-4.1.0_rc2.ebuild:
+  Fixing USE=ads #481210