join.py: Fetch the remote DC NTDS GUID early
authorAndrew Bartlett <abartlet@samba.org>
Sun, 27 Mar 2016 04:29:35 +0000 (17:29 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 9 May 2016 23:43:14 +0000 (01:43 +0200)
commit9e2c1f72e00cf63da777a515b95ed63139ef2d11
tree20a336d95afa4acec184db78c699e9c222c1aeb6
parentbcace463b97b0a6737dded4a6d45996923ff0057
join.py: Fetch the remote DC NTDS GUID early

This avoids touching the LDAP connection after the long replicate cycle, as it may
have timed out

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
python/samba/join.py