Description of problem: * You have a domain with with unix extensions enabled * You have a winbind joined to the domain with idmap_ad backend * You enabled enumerating users * You gave uid's to most of your users If you call 'getent passwd' and a user has no uid the enumeration will stop cause the return when trying to map this user is 'NT_STATUS_NONE_MAPPED'. We should not stop here, but ignore the user and go ahead. Patches for 3.5 and 3.6 will follow.
Created attachment 7100 [details] v3-6-test patch
Created attachment 7101 [details] v3-5-test patch
Andreas, this is precisely the sort of fix I had in mind when discussing this on irc. I'd like Volker or Metze to review because of the tevent_req foo.. Michael
Created attachment 7122 [details] v3-6-test patch2
Created attachment 7123 [details] v3-5-test patch2
Comment on attachment 7122 [details] v3-6-test patch2 Is this patch for this bug?
Created attachment 7127 [details] v3-5-test patch3
Created attachment 7136 [details] v3-6-test patch3
Created attachment 7137 [details] v3-5-test patch4
Sorry for the mix up.
Karolin, can you please apply and push the patches? Thanks!
Pushed to v3-6-test and v3-5-test. Closing out bug report. Thanks!