Winbind does not substitute 'template homedir' and 'template shell' when querying users. This could be a regression. Patch will follow.
--- a/source3/winbindd/wb_queryuser.c +++ b/source3/winbindd/wb_queryuser.c @@ -329,7 +329,7 @@ static void wb_queryuser_got_group_name(struct tevent_req *subreq) NTSTATUS status; const char *domain_name; - status = wb_lookupsid_recv(subreq, state, &type, &domain_name, + status = wb_lookupsid_recv(subreq, state->info, &type, &domain_name, &state->info->primary_group_name); TALLOC_FREE(subreq); if (tevent_req_nterror(req, status)) { should fix this
Created attachment 13124 [details] patch for 4.6
Comment on attachment 13124 [details] patch for 4.6 LGTM.
Reassigning to Karolin for inclusion in 4.6.next.
(In reply to Jeremy Allison from comment #4) Pushed to autobiuld-v4-6-test.
(In reply to Karolin Seeger from comment #5) Pushed to v4-6-test. Closing out bug report. Thanks!