s3:rpc_client: add cli_rpc_pipe_open_schannel_with_creds() helper function
[obnox/samba/samba-obnox.git] / source3 / rpc_client / cli_pipe.h
index 0c1e692138005c48931dff2951c2cc3a1881cb09..16946c5e206effc5043a619ffdc760de68937ad7 100644 (file)
@@ -106,6 +106,13 @@ NTSTATUS cli_rpc_pipe_open_schannel_with_key(struct cli_state *cli,
                                             struct netlogon_creds_cli_context *netlogon_creds,
                                             struct rpc_pipe_client **presult);
 
+NTSTATUS cli_rpc_pipe_open_schannel_with_creds(struct cli_state *cli,
+                                              const struct ndr_interface_table *table,
+                                              enum dcerpc_transport_t transport,
+                                              struct cli_credentials *cli_creds,
+                                              struct netlogon_creds_cli_context *netlogon_creds,
+                                              struct rpc_pipe_client **_rpccli);
+
 NTSTATUS cli_rpc_pipe_open_schannel(struct cli_state *cli,
                                    struct messaging_context *msg_ctx,
                                    const struct ndr_interface_table *table,