BUG 9326: Fix net ads join message for the dns domain.
commit841e157cf6b9798ffafaee1dbfc8ef324c4ec917
authorAndreas Schneider <asn@samba.org>
Tue, 23 Oct 2012 15:12:59 +0000 (23 17:12 +0200)
committerKarolin Seeger <kseeger@samba.org>
Thu, 6 Dec 2012 08:40:16 +0000 (6 09:40 +0100)
tree6b5e698d3b8c7ab4579a3d896a09e3c3212ecdb4
parentb68dca610c4e662b86f2d9ea7e34c47c2fc6486a
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>
(cherry picked from commit 155d132434e96d69bac31dd7413ecb4d4b09b017)
source3/utils/net_ads.c