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:
committed by
Andrew Bartlett
parent
97de384e9a
commit
90e74fc15a
@ -1080,8 +1080,9 @@ class cmd_cleanup_record(Command):
|
|||||||
|
|
||||||
samba-tool dns cleanup dc1 dc1.samdom.test.site -U USER%PASSWORD
|
samba-tool dns cleanup dc1 dc1.samdom.test.site -U USER%PASSWORD
|
||||||
|
|
||||||
NOTE: This command doesn't delete the DNS records,
|
NOTE: This command in many cases will only mark the `dNSTombstoned` attr
|
||||||
it only mark the `dNSTombstoned` attr as `TRUE`.
|
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>'
|
synopsis = '%prog <server> <dnshostname>'
|
||||||
|
Reference in New Issue
Block a user