summaryrefslogtreecommitdiff
path: root/source4/scripting
diff options
context:
space:
mode:
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>2015-04-28 11:11:43 +1200
committerAndrew Bartlett <abartlet@samba.org>2015-05-30 21:05:25 +0200
commit9f3fcb065cc26f74248ebf4f47331cb475abe905 (patch)
tree37307823a2692a5dae3ea1e564fa77c065222afe /source4/scripting
parented3035a68009cc5e6477f7c9156cea418ff18d1f (diff)
downloadsamba-9f3fcb065cc26f74248ebf4f47331cb475abe905.tar.gz
KCC: improve docstring for KCC.translate_ntdsconn()
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/scripting')
-rwxr-xr-xsource4/scripting/bin/samba_kcc10
1 files changed, 8 insertions, 2 deletions
diff --git a/source4/scripting/bin/samba_kcc b/source4/scripting/bin/samba_kcc
index 11ed6dabcc7..11798f39a5f 100755
--- a/source4/scripting/bin/samba_kcc
+++ b/source4/scripting/bin/samba_kcc
@@ -906,10 +906,16 @@ class KCC(object):
return False, None
def translate_ntdsconn(self, current_dsa=None):
- """This function adjusts values of repsFrom abstract attributes of NC
+ """Adjust repsFrom to match NTDSConnections
+
+ This function adjusts values of repsFrom abstract attributes of NC
replicas on the local DC to match those implied by
nTDSConnection objects.
- [MS-ADTS] 6.2.2.5
+
+ Based on [MS-ADTS] 6.2.2.5
+
+ :param current_dsa: optional DSA on whose behalf we are acting.
+ :return: None
"""
count = 0