summaryrefslogtreecommitdiff
path: root/source/auth/auth_domain.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-09-10 22:23:21 +0200
committerKarolin Seeger <kseeger@samba.org>2009-10-08 14:50:02 +0200
commit82d6e70904d6e79f2625b770f3d40a92daefd85a (patch)
treea92fe90180ba7be96c686a19290a1a3327a37f37 /source/auth/auth_domain.c
parent13d914182965b31bf6a099bba2681e16403cc29e (diff)
downloadsamba-82d6e70904d6e79f2625b770f3d40a92daefd85a.tar.gz
s3-rpc_client: add dcerpc_transport_t to cli_rpc_pipe_open_schannel().
Guenther (cherry picked from commit bea8e5fa6038d5abd2ec1e12f9005c4a04abb79f) (cherry picked from commit 864c0b58aec55e37cf304b28c762a5259fc0ec67)
Diffstat (limited to 'source/auth/auth_domain.c')
-rw-r--r--source/auth/auth_domain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/auth/auth_domain.c b/source/auth/auth_domain.c
index f11dbe60ee1..45150ab1425 100644
--- a/source/auth/auth_domain.c
+++ b/source/auth/auth_domain.c
@@ -175,7 +175,7 @@ static NTSTATUS connect_to_domain_password_server(struct cli_state **cli,
if (lp_client_schannel()) {
/* We also setup the creds chain in the open_schannel call. */
result = cli_rpc_pipe_open_schannel(
- *cli, &ndr_table_netlogon.syntax_id,
+ *cli, &ndr_table_netlogon.syntax_id, NCACN_NP,
PIPE_AUTH_LEVEL_PRIVACY, domain, &netlogon_pipe);
} else {
result = cli_rpc_pipe_open_noauth(