]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
KCC: Slightly improve docstring for KCC.get_all_bridgeheads()
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Mon, 27 Apr 2015 23:30:30 +0000 (11:30 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Sat, 30 May 2015 19:05:25 +0000 (21:05 +0200)
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>
source4/scripting/bin/samba_kcc

index 7234f911a5efff5e172b694cf0f31ef043145037..58aff29b847d8dddc49e9a9b851000d8841320ad 100755 (executable)
@@ -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 = []