From 90e74fc15a8366c775d12a0817b63b6539f1cdd6 Mon Sep 17 00:00:00 2001 From: Garming Sam Date: Wed, 31 Jan 2018 16:12:05 +1300 Subject: [PATCH] samba-tool/dns: Clarify the cleanup subcommand Signed-off-by: Garming Sam Reviewed-by: Douglas Bagnall --- python/samba/netcmd/dns.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/python/samba/netcmd/dns.py b/python/samba/netcmd/dns.py index 04c3d8bf2d1..33f81ee7fca 100644 --- a/python/samba/netcmd/dns.py +++ b/python/samba/netcmd/dns.py @@ -1080,8 +1080,9 @@ class cmd_cleanup_record(Command): samba-tool dns cleanup dc1 dc1.samdom.test.site -U USER%PASSWORD - NOTE: This command doesn't delete the DNS records, - it only mark the `dNSTombstoned` attr as `TRUE`. + NOTE: This command in many cases will only mark the `dNSTombstoned` attr + as `TRUE` on the DNS records. Querying will no longer return results but + there may still be some placeholder entries in the database. """ synopsis = '%prog ' -- 2.47.3