BUG 9326: Fix net ads join message for the dns domain.
authorAndreas Schneider <asn@samba.org>
Tue, 23 Oct 2012 15:12:59 +0000 (17:12 +0200)
committerKarolin Seeger <kseeger@samba.org>
Wed, 31 Oct 2012 08:51:19 +0000 (09:51 +0100)
commit155d132434e96d69bac31dd7413ecb4d4b09b017
treeb43f018e1bc027e7f6ed8cfcb1a5fc88d813376d
parent11b798cdd0056e55a4958fc049a464f680f3c149
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