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