From b5b1c52a9850de18e756cdd073cf5f44f26882fe Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 30 Dec 2004 20:34:20 +0000 Subject: r4419: move security_token stuff to the libcli/security/ and debug privileges metze (This used to be commit c981808ed4cfa63c7ba7c4f9190b6b14f74bab40) --- source4/include/smb.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'source4/include/smb.h') diff --git a/source4/include/smb.h b/source4/include/smb.h index 078e9b39c8..f2e29f571a 100644 --- a/source4/include/smb.h +++ b/source4/include/smb.h @@ -190,15 +190,6 @@ enum smb_signing_state {SMB_SIGNING_OFF, SMB_SIGNING_SUPPORTED, incorrect parameters - what does it mean? maybe created temporary file? */ #define NTCREATEX_ACTION_UNKNOWN 5 - -struct security_token { - struct dom_sid *user_sid; - struct dom_sid *group_sid; - uint32_t num_sids; - struct dom_sid **sids; - uint64_t privilege_mask; -}; - /* used to hold an arbitrary blob of data */ typedef struct data_blob { uint8_t *data; -- cgit