using credentials of the format user@realm fails with default domain setting enabled For example for samba client joined to a windows AD DC the following commands fail if 'winbind use default domain = yes' getent passwd user@domain.com ssh -o user=user@domain.com localhost The same commands succeed if the setting above has the default 'no' value
Created attachment 12519 [details] patch for master details and sofar 1 reviewed by Jeremy here https://lists.samba.org/archive/samba-technical/2016-September/116315.html
Created attachment 12520 [details] patch backported to 4.4
Created attachment 12521 [details] patch backported to 4.5
Comment on attachment 12520 [details] patch backported to 4.4 LGTM, Andreas can I get a second review please ?
Comment on attachment 12521 [details] patch backported to 4.5 LGTM. Andreas can I get a second review please ?
Comment on attachment 12520 [details] patch backported to 4.4 The patches need to be cherry-picked with -x so we have a reference to the orginal master commit.
Comment on attachment 12521 [details] patch backported to 4.5 The patches need to be cherry-picked with -x so we have a reference to the orginal master commit.
git cherry-pick -x adds: (cherry picked from commit f5401ff3146aabc5fb2dac25e4856c6c3756c8f7) If it gets backported from an orignal patch, edit or manually add: (backported from commit f5401ff3146aabc5fb2dac25e4856c6c3756c8f7) The commit id should be the one from the original commit, not the one I used above ;)
Created attachment 12546 [details] patch backported to 4.4 (with cherrypick marker)
Created attachment 12547 [details] patch backported to 4.5 (with cherrypick marker)
(In reply to Andreas Schneider from comment #6) seems I got ahead of myself and generated the patches *before* they were submitted to master thus there was no commit id to cherry-pick (will try to remember in future to sequence things better)
Comment on attachment 12546 [details] patch backported to 4.4 (with cherrypick marker) LGTM. Andreas please comment !
Comment on attachment 12547 [details] patch backported to 4.5 (with cherrypick marker) LGTM. Andreas please comment.
Comment on attachment 12547 [details] patch backported to 4.5 (with cherrypick marker) LGTM
Karolin, please add the patches to the relevant branches. Thanks!
(In reply to Andreas Schneider from comment #15) Pushed to autobuild-v4-{5,4}-test.
(In reply to Karolin Seeger from comment #16) Pushed to both branches. Closing out bug report. Thanks!