From b7f3ddca085116481f04c6f2bea7111df1570859 Mon Sep 17 00:00:00 2001 From: Douglas Bagnall Date: Tue, 28 Apr 2015 11:32:27 +1200 Subject: [PATCH] KCC: slightly improve docstring for KCC.create_connection() Signed-off-by: Douglas Bagnall Reviewed-by: Garming Sam Reviewed-by: Andrew Bartlett --- source4/scripting/bin/samba_kcc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source4/scripting/bin/samba_kcc b/source4/scripting/bin/samba_kcc index 6947f2db0af..032c3a09732 100755 --- a/source4/scripting/bin/samba_kcc +++ b/source4/scripting/bin/samba_kcc @@ -1384,8 +1384,9 @@ class KCC(object): def create_connection(self, part, rbh, rsite, transport, lbh, lsite, link_opt, link_sched, partial_ok, detect_failed): - """Create an nTDSConnection object with the given parameters - if one does not already exist. + """Create an nTDSConnection object as specified if it doesn't exist. + + Part of MS-ADTS 6.2.2.3.4.5 :param part: crossRef object for the NC to replicate. :param rbh: nTDSDSA object for DC to act as the -- 2.11.4.GIT