summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>2015-04-28 11:30:30 +1200
committerAndrew Bartlett <abartlet@samba.org>2015-05-30 21:05:25 +0200
commit017583269c4050a635adeca52c0c7fbf3250dc33 (patch)
tree5dc013191f887239a3c09f7c66f0ff3088431b87 /source4
parent40d451a7da63b145434bf2ed4fa13bcb257ed0ac (diff)
downloadsamba-017583269c4050a635adeca52c0c7fbf3250dc33.tar.gz
KCC: Slightly improve docstring for KCC.get_all_bridgeheads()
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4')
-rwxr-xr-xsource4/scripting/bin/samba_kcc7
1 files changed, 4 insertions, 3 deletions
diff --git a/source4/scripting/bin/samba_kcc b/source4/scripting/bin/samba_kcc
index 7234f911a5e..58aff29b847 100755
--- a/source4/scripting/bin/samba_kcc
+++ b/source4/scripting/bin/samba_kcc
@@ -1221,7 +1221,9 @@ class KCC(object):
def get_all_bridgeheads(self, site, part, transport,
partial_ok, detect_failed):
- """Get all bridghead DCs satisfying the given criteria
+ """Get all bridghead DCs on a site satisfying the given criteria
+
+ Part of MS-ADTS 6.2.2.3.4.4
:param site: site object representing the site for which
bridgehead DCs are desired.
@@ -1234,8 +1236,7 @@ class KCC(object):
:param detect_failed: True to detect failed DCs and route
replication traffic around them, FALSE to assume
no DC has failed.
- ::returns: list of dsa object for available bridgehead
- DCs or None
+ :return: list of dsa object for available bridgehead DCs
"""
bhs = []