[SCM] Samba Shared Repository - branch master updated

Günther Deschner gd at samba.org
Mon Oct 29 11:27:02 MDT 2012


The branch, master has been updated
       via  669a923 BUG 9326: Fix net ads join message for the dns domain.
      from  3a4b755 Fix bug #9329 - Directory listing with SeBackup can crash smbd.

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


- Log -----------------------------------------------------------------
commit 669a9236c37e66be08efbc5c51367113ffaf3b36
Author: Andreas Schneider <asn at samba.org>
Date:   Tue Oct 23 17:12:59 2012 +0200

    BUG 9326: Fix net ads join message for the dns domain.
    
    We don't get a realm back from the server which is useable as a realm on
    Unix. On Unix they are case sensitive and on Windows they aren't. This
    confuses uses and if we write realm they try to use it as it came back
    in lowercase.
    
    Signed-off-by: Andreas Schneider <asn at samba.org>
    Signed-off-by: Günther Deschner <gd at samba.org>
    
    Autobuild-User(master): Günther Deschner <gd at samba.org>
    Autobuild-Date(master): Mon Oct 29 18:26:19 CET 2012 on sn-devel-104

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

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


Changeset truncated at 500 lines:

diff --git a/source3/utils/net_ads.c b/source3/utils/net_ads.c
index c122251..03658d3 100644
--- a/source3/utils/net_ads.c
+++ b/source3/utils/net_ads.c
@@ -1543,7 +1543,7 @@ int net_ads_join(struct net_context *c, int argc, const char **argv)
 	d_printf(_("Using short domain name -- %s\n"), r->out.netbios_domain_name);
 
 	if (r->out.dns_domain_name) {
-		d_printf(_("Joined '%s' to realm '%s'\n"), r->in.machine_name,
+		d_printf(_("Joined '%s' to dns domain '%s'\n"), r->in.machine_name,
 			r->out.dns_domain_name);
 	} else {
 		d_printf(_("Joined '%s' to domain '%s'\n"), r->in.machine_name,


-- 
Samba Shared Repository


More information about the samba-cvs mailing list