diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-09-14 20:10:51 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-09-15 15:39:36 +1000 |
commit | 59d415f43f72146b15a721e928cf346777239bfc (patch) | |
tree | e6bd1c56d75e328256bdb0f2e67795fee52c1c08 /source4/winbind | |
parent | 99f514f233fb1b3dcdd19cd2cc9ca9130ea841c8 (diff) | |
download | samba-59d415f43f72146b15a721e928cf346777239bfc.tar.gz |
s4-finddc: use NBT lookup for a 1C name if joining a short domain name
once we get the 1C lookup reply, use a CLDAP query to find the details
for the server
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/winbind')
-rw-r--r-- | source4/winbind/wb_dom_info.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/winbind/wb_dom_info.c b/source4/winbind/wb_dom_info.c index bd1f3c5ff69..d2ce8a9f0a8 100644 --- a/source4/winbind/wb_dom_info.c +++ b/source4/winbind/wb_dom_info.c @@ -70,7 +70,7 @@ struct composite_context *wb_get_dom_info_send(TALLOC_CTX *mem_ctx, if (dom_sid == NULL) goto failed; ZERO_STRUCT(finddcs_io); - finddcs_io.in.dns_domain_name = dns_domain_name; + finddcs_io.in.domain_name = dns_domain_name; finddcs_io.in.domain_sid = dom_sid; finddcs_io.in.minimum_dc_flags = NBT_SERVER_LDAP | NBT_SERVER_DS; if (service->sec_channel_type == SEC_CHAN_RODC) { |