summaryrefslogtreecommitdiff
path: root/source4/libcli/finddc.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-09-14 20:10:51 +1000
committerAndrew Tridgell <tridge@samba.org>2010-09-15 15:39:36 +1000
commit59d415f43f72146b15a721e928cf346777239bfc (patch)
treee6bd1c56d75e328256bdb0f2e67795fee52c1c08 /source4/libcli/finddc.h
parent99f514f233fb1b3dcdd19cd2cc9ca9130ea841c8 (diff)
downloadsamba-59d415f43f72146b15a721e928cf346777239bfc.tar.gz
samba-59d415f43f72146b15a721e928cf346777239bfc.tar.bz2
samba-59d415f43f72146b15a721e928cf346777239bfc.zip
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/libcli/finddc.h')
-rw-r--r--source4/libcli/finddc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libcli/finddc.h b/source4/libcli/finddc.h
index 9e6e2dfe83..3f1caf9ce5 100644
--- a/source4/libcli/finddc.h
+++ b/source4/libcli/finddc.h
@@ -23,7 +23,7 @@
struct finddcs {
struct {
- const char *dns_domain_name;
+ const char *domain_name;
const char *site_name; /* optional */
struct dom_sid *domain_sid; /* optional */
uint32_t minimum_dc_flags; /* DS_SERVER_* */