From 80fa624861e6f45c4b6837969253d5fbac2f3b1e Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 2 May 2011 12:36:25 +0200 Subject: s3: move pipe_auth_data to dcerpc.h Guenther --- source3/include/ntdomain.h | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'source3/include/ntdomain.h') diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h index 2c5fa2b669..ed97182b25 100644 --- a/source3/include/ntdomain.h +++ b/source3/include/ntdomain.h @@ -97,20 +97,6 @@ typedef struct pipe_rpc_fns { struct gse_context; -/* auth state for all bind types. */ - -struct pipe_auth_data { - enum dcerpc_AuthType auth_type; - enum dcerpc_AuthLevel auth_level; - - void *auth_ctx; - - /* Only the client code uses these 3 for now */ - char *domain; - char *user_name; - DATA_BLOB user_session_key; -}; - struct dcesrv_ep_entry_list; /* -- cgit