From 59d415f43f72146b15a721e928cf346777239bfc Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 14 Sep 2010 20:10:51 +1000 Subject: 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 --- source4/libcli/finddc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/libcli/finddc.h') 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_* */ -- cgit