Don't specify the ntds_guid to the C -> python provision interface
authorAndrew Bartlett <abartlet@samba.org>
Fri, 11 Apr 2008 09:35:15 +0000 (19:35 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 11 Apr 2008 09:35:15 +0000 (19:35 +1000)
This paramter was not used anyway.

Andrew Bartlett
(This used to be commit 6875e6823f7a1fe9066bff4dffcab658a17d3b8c)

source4/param/provision.c
source4/param/provision.h
source4/torture/local/torture.c

index d9b2dd899deae6b0dffd03f8496e35f7631fc8fa..70ef618b6eb6dfa89514442afa42b8677811f028 100644 (file)
@@ -68,10 +68,8 @@ NTSTATUS provision_bare(TALLOC_CTX *mem_ctx, struct loadparm_context *lp_ctx,
                 settings->site_name));
 
        DEBUG(0,("DSA Instance [%s]\n"
-               "\tobjectGUID[%s]\n"
                "\tinvocationId[%s]\n",
                settings->ntds_dn_str,
-               settings->ntds_guid == NULL?"None":GUID_string(mem_ctx, settings->ntds_guid),
                settings->invocation_id == NULL?"None":GUID_string(mem_ctx, settings->invocation_id)));
 
        DEBUG(0,("Pathes under targetdir[%s]\n",
index df955492728643e0275178c055bfd77da935f438..af9685d292f5aa9562e4eec03051dfb52f5a93a1 100644 (file)
@@ -32,7 +32,6 @@ struct provision_settings {
        const char *host_ip;
        const char *realm;
        const char *domain;
-       const struct GUID *ntds_guid;
        const char *ntds_dn_str;
        const char *machine_password;
        const char *targetdir;
index b48b191be65062a6b813a7c145bf78471a87a59b..7935f6cc35d3462c45b44fb37353f49294dd7208 100644 (file)
@@ -61,7 +61,6 @@ static bool test_provision(struct torture_context *tctx)
        settings->realm = "EXAMPLE.COM";
        settings->domain = "EXAMPLE";
        settings->netbios_name = "torture";
-       settings->ntds_guid = NULL;
        settings->ntds_dn_str = NULL;
        settings->machine_password = "geheim";