summaryrefslogtreecommitdiffstats
path: root/source3/auth/auth_domain.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-09-10 22:32:34 +0200
committerGünther Deschner <gd@samba.org>2009-09-11 09:59:04 +0200
commitbea8e5fa6038d5abd2ec1e12f9005c4a04abb79f (patch)
treef7fd229b41866ea6b4d8fe5325fd7eb7b78aac9a /source3/auth/auth_domain.c
parent032e01e7c13724d057b5744d7d79613449c2f24f (diff)
downloadsamba-bea8e5fa6038d5abd2ec1e12f9005c4a04abb79f.tar.gz
samba-bea8e5fa6038d5abd2ec1e12f9005c4a04abb79f.tar.xz
samba-bea8e5fa6038d5abd2ec1e12f9005c4a04abb79f.zip
s3-rpc_client: add dcerpc_transport_t to cli_rpc_pipe_open_schannel().
Guenther
Diffstat (limited to 'source3/auth/auth_domain.c')
-rw-r--r--source3/auth/auth_domain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/auth/auth_domain.c b/source3/auth/auth_domain.c
index 6aca443fe79..85210e6f701 100644
--- a/source3/auth/auth_domain.c
+++ b/source3/auth/auth_domain.c
@@ -176,7 +176,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(