From https://bugzilla.redhat.com/show_bug.cgi?id=1348899: "When trying to use the samba python bindings, I fail to import samba.ntacls. The message I get is "ImportError: No module named xattr_native""
Created attachment 12202 [details] patch from master for v4-4-test
Created attachment 12203 [details] patch from master for v4-3-test
Comment on attachment 12202 [details] patch from master for v4-4-test LGTM
Karolin, please add the packages to the relevant branches. Thanks!
(In reply to Andreas Schneider from comment #5) Pushed to autobuild-v4-[4|3]-test.
Patch for 4.3 breaks the build: [1976/3998] Compiling source4/rpc_server/common/server_info.c ../source4/rpc_server/common/server_info.c:29:37: error: rpc_server/common/share.h: No such file or directory Waf: Leaving directory `/memdisk/kseeger/a43/b192237/samba/bin' Build failed: -> task failed (err #1): {task: cc server_info.c -> server_info_1.o} make: *** [all] Error 1 Re-assigning to Günther.
Created attachment 12206 [details] patch from master for v4-3-test (fixed patch + one followup cherrypick)
Karolin, now the 4.3 patches will work. Sorry for the inconvenience. Please add to 4.3.x
(In reply to Guenther Deschner from comment #9) Thanks, Günther! Pushed to autobuild-v4-3-test.
(In reply to Karolin Seeger from comment #6) Pushed to v4-4-test.
(In reply to Karolin Seeger from comment #11) Pushed to both branches. Closing out bug report. Thanks!
Comment on attachment 12202 [details] patch from master for v4-4-test Sadly it appears that this patch is incomplete, and prevents the AD DC operating when built without --enable-developer. The issue is that we expect the rpc services built to match the defaults specified in the smb.conf, from which we get the 'dcerpc endpoint services' value.
Created attachment 12265 [details] Proposed WIP patch for master This is what needs to be added. Not proposed yet as I may need to adjust make test to match. I'll follow up on Monday.
(In reply to Andrew Bartlett from comment #14) Please note that the next 4.4 release is scheduled for August 16 (freeze on August 9). We should either have the fix in the branch until then or revert the first patchset, right?
As long as the patch in 12026 passes autobuild into 4.4 and 4.3 this should all be OK.
(In reply to Andrew Bartlett from comment #16) Patch from bug #12026 has been pushed to both branches. Closing out bug report. Thanks!