[SCM] Samba Shared Repository - branch master updated

Andreas Schneider asn at samba.org
Wed Jul 3 15:13:01 UTC 2019


The branch, master has been updated
       via  4992c9bbbb8 docs: Correct 'net ads dns unregister --help' description
      from  2ae75184fcb Add PrimaryGroupId to group array in DC response

https://git.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 4992c9bbbb86fa688907ab585cf8799c6f9a1c8a
Author: Amit Kumar <amitkuma at redhat.com>
Date:   Tue Jun 25 03:50:42 2019 +0530

    docs: Correct 'net ads dns unregister --help' description
    
    This change corrects the content of 'net ads dns unregister --help'
    command. Updated output would be:
    Usage:
    net ads dns unregister [hostname]
        Remove all IP Address entires for a given
        hostname from the Active Directory server.
    
    BUG: https://bugzilla.samba.org/show_bug.cgi?id=14005
    
    Signed-off-by: Amit Kumar <amitkuma at redhat.com>
    Reviewed-by: Andreas Schneider <asn at samba.org>
    Reviewed-by: Ralph Boehme <slow at samba.org>
    
    Autobuild-User(master): Andreas Schneider <asn at cryptomilk.org>
    Autobuild-Date(master): Wed Jul  3 15:12:50 UTC 2019 on sn-devel-184

-----------------------------------------------------------------------

Summary of changes:
 source3/utils/net_ads.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/source3/utils/net_ads.c b/source3/utils/net_ads.c
index 1f055507ad7..6b4cd3591b0 100644
--- a/source3/utils/net_ads.c
+++ b/source3/utils/net_ads.c
@@ -2136,7 +2136,8 @@ static int net_ads_dns_unregister(struct net_context *c,
 			   "net ads dns unregister [hostname]\n"
 			   "    %s\n",
 			 _("Usage:"),
-			 _("Register hostname with DNS\n"));
+			 _("Remove all IP Address entires for a given\n"
+                           "    hostname from the Active Directory server.\n"));
 		return -1;
 	}
 


-- 
Samba Shared Repository



More information about the samba-cvs mailing list