From a360428588467c29e8eb40b27a9db525d4c2ea96 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 23 Sep 2010 19:49:12 -0700 Subject: s4-finddcs: allow override of server IP address this will be used to implement --ipaddress option to net commands Pair-Programmed-With: Stefan Metzmacher --- source4/libcli/finddc.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/libcli/finddc.h') diff --git a/source4/libcli/finddc.h b/source4/libcli/finddc.h index 3f1caf9ce5..86e2f2c231 100644 --- a/source4/libcli/finddc.h +++ b/source4/libcli/finddc.h @@ -27,6 +27,8 @@ struct finddcs { const char *site_name; /* optional */ struct dom_sid *domain_sid; /* optional */ uint32_t minimum_dc_flags; /* DS_SERVER_* */ + const char *server_address; /* optional, bypass name + resolution */ } in; struct { const char *address; /* IP address of server */ -- cgit