mirror of
https://github.com/samba-team/samba.git
synced 2025-01-25 06:04:04 +03:00
c59c6cf18b
This file allows the remote_pac.c code to call into netlogon.c's setup credentials code. Andrew Bartlett (This used to be commit 0343987cf18c1287d98ae542d397ab1fab0a04b7)
7 lines
243 B
C
7 lines
243 B
C
|
|
bool test_SetupCredentials2(struct dcerpc_pipe *p, struct torture_context *tctx,
|
|
uint32_t negotiate_flags,
|
|
struct cli_credentials *machine_credentials,
|
|
int sec_chan_type,
|
|
struct creds_CredentialState **creds_out);
|