summaryrefslogtreecommitdiff
path: root/source4/torture/util.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2008-04-04 12:55:45 +1100
committerAndrew Bartlett <abartlet@samba.org>2008-04-04 12:55:45 +1100
commit9f96f39ca095a5f450f673e607a72efed504fdad (patch)
tree9a0639c12354caa2b0787c7284ebd9d9d27d5d2b /source4/torture/util.h
parentc764791100079ed447c07ca6b99d33f9695255c3 (diff)
downloadsamba-9f96f39ca095a5f450f673e607a72efed504fdad.tar.gz
samba-9f96f39ca095a5f450f673e607a72efed504fdad.tar.bz2
samba-9f96f39ca095a5f450f673e607a72efed504fdad.zip
Pass discovered server DN down to provision.
This uses the new 'serverdn' argument added to provision in the previous commit. Andrew Bartlett (This used to be commit 74480c7de76069701246eb5b7acc5858b84d106c)
Diffstat (limited to 'source4/torture/util.h')
-rw-r--r--source4/torture/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/util.h b/source4/torture/util.h
index 477a828120..72f97e4766 100644
--- a/source4/torture/util.h
+++ b/source4/torture/util.h
@@ -27,6 +27,7 @@ struct provision_settings {
const char *domain_dn_str;
const char *config_dn_str;
const char *schema_dn_str;
+ const char *server_dn_str;
const struct GUID *invocation_id;
const char *netbios_name;
const char *host_ip;