summaryrefslogtreecommitdiff
path: root/source4/torture/ntp
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2012-12-19 13:53:23 +0100
committerAndreas Schneider <asn@samba.org>2013-08-05 10:30:00 +0200
commita9d5b2fdf03a25e7669258de6c83288be3335cef (patch)
treef9ae1fdea8bf980f26e4b8caa096568a1e36400e /source4/torture/ntp
parentb19e7e6638a5dd53e3c6e6701f78bf31184ed493 (diff)
downloadsamba-a9d5b2fdf03a25e7669258de6c83288be3335cef.tar.gz
libcli/auth: also set secure channel type in netlogon_creds_client_init().
Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source4/torture/ntp')
-rw-r--r--source4/torture/ntp/ntp_signd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/ntp/ntp_signd.c b/source4/torture/ntp/ntp_signd.c
index 89eb1a0022a..5f097fedd01 100644
--- a/source4/torture/ntp/ntp_signd.c
+++ b/source4/torture/ntp/ntp_signd.c
@@ -113,6 +113,7 @@ static bool test_ntp_signd(struct torture_context *tctx,
creds = netlogon_creds_client_init(tctx, a.in.account_name,
a.in.computer_name,
+ a.in.secure_channel_type,
&credentials1, &credentials2,
pwhash, &credentials3,
negotiate_flags);