From 23994cf7ebcd83658d03f6b9419c3b496ab4b6c2 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Sat, 26 Oct 2013 18:22:00 -0400 Subject: Add NTLMSSP support --- proxy/src/gp_rpc_process.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'proxy/src/gp_rpc_process.h') diff --git a/proxy/src/gp_rpc_process.h b/proxy/src/gp_rpc_process.h index 0a9b426..214de0e 100644 --- a/proxy/src/gp_rpc_process.h +++ b/proxy/src/gp_rpc_process.h @@ -42,6 +42,8 @@ struct gssproxy_ctx; struct gp_service; +extern gss_OID_desc gp_mech_ntlmssp; + #define gp_exec_std_args struct gp_call_ctx *gpcall, \ union gp_rpc_arg *arg, \ union gp_rpc_res *res -- cgit