diff options
author | Stefan Metzmacher <metze@samba.org> | 2013-09-02 19:32:23 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2014-01-07 12:47:10 +0100 |
commit | 963800539cea7487fc6258f8ac8f7cacc3426b83 (patch) | |
tree | 60f71e5c7a782e74b761f58d0bf2d497526e584d /source3/libnet/libnet_join.h | |
parent | 531bbf3aff3fb08aaf112b21038f20544db60b69 (diff) | |
download | samba-963800539cea7487fc6258f8ac8f7cacc3426b83.tar.gz samba-963800539cea7487fc6258f8ac8f7cacc3426b83.tar.xz samba-963800539cea7487fc6258f8ac8f7cacc3426b83.zip |
s3:libnet_join: make use of rpccli_{create,setup}_netlogon_creds()
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source3/libnet/libnet_join.h')
-rw-r--r-- | source3/libnet/libnet_join.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/source3/libnet/libnet_join.h b/source3/libnet/libnet_join.h index 58c33b2dbcd..b7e2f0b1fb6 100644 --- a/source3/libnet/libnet_join.h +++ b/source3/libnet/libnet_join.h @@ -23,8 +23,9 @@ /* The following definitions come from libnet/libnet_join.c */ -NTSTATUS libnet_join_ok(const char *netbios_domain_name, - const char *machine_name, +struct messaging_context; +NTSTATUS libnet_join_ok(struct messaging_context *msg_ctx, + const char *netbios_domain_name, const char *dc_name, const bool use_kerberos); WERROR libnet_init_JoinCtx(TALLOC_CTX *mem_ctx, |