mirror of
https://github.com/samba-team/samba.git
synced 2025-02-01 05:47:28 +03:00
fd7e0aaa19
When we see a trusted domain SID for the first time, idmap_autorid returns ID_REQUIRE_TYPE only for the first sid and leaves the others with ID_TYPE_NOT_SPECIFIED. It means the winbindd parent only retries the first sid. BUG: https://bugzilla.samba.org/show_bug.cgi?id=15318 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> (cherry picked from commit a9583b5f96fe3fbf9c1ee545fa868fd705aef3e0)