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 <amitk...@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 <amitk...@redhat.com>
    Reviewed-by: Andreas Schneider <a...@samba.org>
    Reviewed-by: Ralph Boehme <s...@samba.org>
    
    Autobuild-User(master): Andreas Schneider <a...@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

Reply via email to