The Samba-Bugzilla – Attachment 8106 Details for
Bug 9326
net ads join improperly lists realm
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
v3-6-test patch
0002-BUG-9326-Fix-net-ads-join-message-for-the-dns-domain.patch (text/plain), 1.17 KB, created by
Andreas Schneider
on 2012-10-23 16:10:33 UTC
(
hide
)
Description:
v3-6-test patch
Filename:
MIME Type:
Creator:
Andreas Schneider
Created:
2012-10-23 16:10:33 UTC
Size:
1.17 KB
patch
obsolete
>From 6a41079c708f48e2dba2bd9d0aa02c67084ca36e Mon Sep 17 00:00:00 2001 >From: Andreas Schneider <asn@samba.org> >Date: Tue, 23 Oct 2012 17:12:59 +0200 >Subject: [PATCH 2/2] 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@samba.org> >--- > source3/utils/net_ads.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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, >-- >1.7.12.3 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Flags:
gd
:
review+
asn
:
review?
(
jra
)
Actions:
View
Attachments on
bug 9326
: 8106