diff options
Diffstat (limited to 'proxy/src/gp_rpc_creds.h')
-rw-r--r-- | proxy/src/gp_rpc_creds.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/proxy/src/gp_rpc_creds.h b/proxy/src/gp_rpc_creds.h index 4c8febb..e7f2cac 100644 --- a/proxy/src/gp_rpc_creds.h +++ b/proxy/src/gp_rpc_creds.h @@ -49,4 +49,11 @@ uint32_t gp_add_krb5_creds(uint32_t *min, void gp_filter_flags(struct gp_call_ctx *gpcall, uint32_t *flags); +uint32_t gp_add_ntlmssp_creds(uint32_t *min, + struct gp_call_ctx *gpcall, + gss_cred_id_t in_cred, + gssx_name *desired_name, + gss_cred_usage_t cred_usage, + gss_cred_id_t *output_cred_handle); + #endif /* _GP_RPC_CREDS_H_ */ |