summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorGarming Sam <garming@catalyst.net.nz>2016-07-22 16:33:12 +1200
committerGarming Sam <garming@samba.org>2016-07-26 01:22:16 +0200
commit9427a2424ae4bb3250b35e3a38f3afda14a7bd0f (patch)
tree2d89cb16951e1c150daf6536b58a4998b1b27c11 /python
parentf95bbc7933c71474b2b9796463e72bdde2442c77 (diff)
downloadsamba-9427a2424ae4bb3250b35e3a38f3afda14a7bd0f.tar.gz
kcc: Add a TODO for msDS[-RO]-Replica-Locations
When you modify the replica locations to exclude a DSA, it should be respected. Signed-off-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'python')
-rw-r--r--python/samba/kcc/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/samba/kcc/__init__.py b/python/samba/kcc/__init__.py
index 7b5b90dd9a5..5918bf29599 100644
--- a/python/samba/kcc/__init__.py
+++ b/python/samba/kcc/__init__.py
@@ -922,6 +922,7 @@ class KCC(object):
len(needed_rep_table), len(delete_reps)))
if delete_reps:
+ # TODO Must delete repsFrom/repsTo for these replicas
DEBUG('deleting these reps: %s' % delete_reps)
for dnstr in delete_reps:
del current_rep_table[dnstr]