From aa4588db63e8d9de22963272cd450b2c91085138 Mon Sep 17 00:00:00 2001 From: Douglas Bagnall Date: Tue, 28 Apr 2015 11:05:06 +1200 Subject: [PATCH] KCC: improve docstring for KCC.merge_failed_links() Signed-off-by: Douglas Bagnall Reviewed-by: Garming Sam Reviewed-by: Andrew Bartlett --- source4/scripting/bin/samba_kcc | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/source4/scripting/bin/samba_kcc b/source4/scripting/bin/samba_kcc index ec089d62ed4..0100149c510 100755 --- a/source4/scripting/bin/samba_kcc +++ b/source4/scripting/bin/samba_kcc @@ -1082,13 +1082,17 @@ class KCC(object): def merge_failed_links(self): """Merge of kCCFailedLinks and kCCFailedLinks from bridgeheads. + The KCC on a writable DC attempts to merge the link and connection failure information from bridgehead DCs in its own site to help it identify failed bridgehead DCs. - """ - # MS-TECH Ref 6.2.2.3.2 Merge of kCCFailedLinks and kCCFailedLinks - # from Bridgeheads + Based on MS-ADTS 6.2.2.3.2 "Merge of kCCFailedLinks and kCCFailedLinks + from Bridgeheads" + + :param ping: An oracle of current bridgehead availability + :return: None + """ # 1. Queries every bridgehead server in your site (other than yourself) # 2. For every ntDSConnection that references a server in a different # site merge all the failure info -- 2.47.3