mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
r10801: Janitor for tpot - remember to keep 3.0 in sync.
Jeremy.
(This used to be commit 92fa541f6e
)
This commit is contained in:
parent
c226b7d4be
commit
a23b680a08
@ -2636,6 +2636,8 @@ struct rpc_pipe_client *cli_rpc_pipe_open_schannel(struct cli_state *cli,
|
||||
return result;
|
||||
}
|
||||
|
||||
#ifdef HAVE_KRB5
|
||||
|
||||
/****************************************************************************
|
||||
Free function for the kerberos spcific data.
|
||||
****************************************************************************/
|
||||
@ -2645,6 +2647,8 @@ static void kerberos_auth_struct_free(struct cli_pipe_auth_data *a)
|
||||
data_blob_free(&a->a_u.kerberos_auth->session_key);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
Open a named pipe to an SMB server and bind using krb5 (bind type 16).
|
||||
The idea is this can be called with service_princ, username and password all
|
||||
|
Loading…
Reference in New Issue
Block a user