mirror of
https://github.com/samba-team/samba.git
synced 2025-01-04 05:18:06 +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 0343987cf1
)
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);
|