winbindd: load the trusted domains on a DC already in init_domain_list()
authorStefan Metzmacher <metze@samba.org>
Wed, 29 Nov 2017 14:55:12 +0000 (15:55 +0100)
committerKarolin Seeger <kseeger@samba.org>
Sat, 13 Jan 2018 11:55:07 +0000 (12:55 +0100)
commit29e6d55909be1f17ffc140481a90000c1475e92e
tree93ce058a15a252d1a5742e425d84d2c275639335
parentfa3b81b21c99093c531181acaac375b99c0816c6
winbindd: load the trusted domains on a DC already in init_domain_list()

We should do that in the parent as early as possible.
Similar to our primary domain, which is also a direct trust.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/winbindd/winbindd_util.c