From 326c503925eb93e46fd1def01a465e5f6dbe3d66 Mon Sep 17 00:00:00 2001 From: Douglas Bagnall Date: Thu, 2 Apr 2015 15:50:40 +1300 Subject: [PATCH] KCC: RODCs are their own bridgeheads Signed-off-by: Douglas Bagnall Reviewed-by: Garming Sam Reviewed-by: Andrew Bartlett --- source4/scripting/bin/samba_kcc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source4/scripting/bin/samba_kcc b/source4/scripting/bin/samba_kcc index 7cc1cff1620..94ad025e320 100755 --- a/source4/scripting/bin/samba_kcc +++ b/source4/scripting/bin/samba_kcc @@ -1363,6 +1363,8 @@ class KCC(object): lbhs_all = self.get_all_bridgeheads(lsite, part, transport, partial_ok, False) + if lbh.is_ro(): + lbhs_all.append(lbh) DEBUG_GREY("lbhs_all: %s %s" % (len(lbhs_all), [x.dsa_dnstr for x in lbhs_all])) -- 2.11.4.GIT