1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-29 15:42:04 +03:00

samba-tool/dns: Clarify the cleanup subcommand

Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
This commit is contained in:
Garming Sam
2018-01-31 16:12:05 +13:00
committed by Andrew Bartlett
parent 97de384e9a
commit 90e74fc15a

View File

@ -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 <server> <dnshostname>'