From dd43bb96fda3c030662b810fd82bafb03ac93aa2 Mon Sep 17 00:00:00 2001 From: Amit Kumar Date: Wed, 26 Jun 2019 01:18:52 +0530 Subject: [PATCH] docs: Add 'ads dns command' text in man net This change adds contents to man net for 'ads dns' command set. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14009 Signed-off-by: Amit Kumar Reviewed-by: Andreas Schneider Reviewed-by: Alexander Bokovoy --- docs-xml/manpages/net.8.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/docs-xml/manpages/net.8.xml b/docs-xml/manpages/net.8.xml index e585f247728..37dd30b7864 100644 --- a/docs-xml/manpages/net.8.xml +++ b/docs-xml/manpages/net.8.xml @@ -1374,6 +1374,27 @@ against an NT4 Domain Controller. + + +ADS DNS + + +ADS DNS REGISTER [HOSTNAME [IP [IP.....]]] +Add host dns entry to Active Directory. + + + +ADS DNS UNREGISTER <HOSTNAME> +Remove host dns entry from Active Directory. + + + +ADS DNS GETHOSTBYNAME <NAMESERVER|HOSTNAME> +Look up the hostname from Active Directory. You can either provide nameserver ie IPv4|IPv6 address or the hostname. Only one should be provided at a time. + + + + ADS LEAVE [--keep-account] -- 2.47.3