Fix bug #9016 - Connection to outbound trusted domain goes offline.
commitb774e35ef62ec7388a8b371231e5cc8ce984cb9a
authorJeremy Allison <jra@samba.org>
Fri, 13 Jul 2012 23:25:23 +0000 (13 16:25 -0700)
committerKarolin Seeger <kseeger@samba.org>
Mon, 29 Oct 2012 09:05:36 +0000 (29 10:05 +0100)
tree07b981ecf48f9913fa6ea70fcc8576cebed52f08
parent1602ec2fd4779754044b3a67901c2cf07033fa30
Fix bug #9016 - Connection to outbound trusted domain goes offline.

By the time we've gotten to init_dc_connection_network() we shouldn't
be second guessing the caller by calling winbindd_can_contact_domain().

If for some reason we do need to restrict the contact list here we
can add a condition to only contact the primary domain or domains
listed in the tdc cache, but I don't think that's neccessary.

Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Sat Jul 14 03:17:57 CEST 2012 on sn-devel-104
(cherry picked from commit 726ecf6a915ff534af4076e9d0cdebf8b5435d61)
(cherry picked from commit d4faae3dbdfdd600bbf9bddb2589b8a6dc8434b6)
source3/winbindd/winbindd_cm.c