<title>ADS DNS</title>
<refsect3>
-<title>ADS DNS REGISTER [HOSTNAME [IP [IP.....]]]</title>
-<para>Add host dns entry to Active Directory.</para>
+<title>ADS DNS REGISTER [FQDN [IP [IP.....]]]</title>
+<para>Add dns record to Active Directory. If FQDN is missing, <smbconfoption name="dns hostname"/> is used. If IP is missing, IPs from all network interfaces are added.</para>
</refsect3>
<refsect3>
-<title>ADS DNS UNREGISTER <HOSTNAME></title>
-<para>Remove host dns entry from Active Directory.</para>
+<title>ADS DNS UNREGISTER <FQDN></title>
+<para>Remove FQDN dns entry from Active Directory.</para>
</refsect3>
</refsect2>
"register",
net_ads_dns_register,
NET_TRANSPORT_ADS,
- N_("Add host dns entry to AD"),
- N_("net ads dns register\n"
- " Add host dns entry to AD")
+ N_("Add FQDN dns entry to AD"),
+ N_("net ads dns register [FQDN [IP [IP.....]]]\n"
+ " Add FQDN dns entry to AD")
},
{
"unregister",
net_ads_dns_unregister,
NET_TRANSPORT_ADS,
- N_("Remove host dns entry from AD"),
- N_("net ads dns unregister\n"
- " Remove host dns entry from AD")
+ N_("Remove FQDN dns entry from AD"),
+ N_("net ads dns unregister <FQDN>\n"
+ " Remove FQDN dns entry from AD")
},
{
"async",