From 9427a2424ae4bb3250b35e3a38f3afda14a7bd0f Mon Sep 17 00:00:00 2001 From: Garming Sam Date: Fri, 22 Jul 2016 16:33:12 +1200 Subject: [PATCH] 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 Reviewed-by: Andrew Bartlett --- python/samba/kcc/__init__.py | 1 + 1 file changed, 1 insertion(+) 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] -- 2.34.1