From db4099884a44168a5a986093dc11426efef9803c Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 17 Jul 2007 09:39:39 +0000 Subject: r23921: Remove GPO_SID_TOKEN struct and use nt_user_token instead, that already has S-1-5-11 in the token. Guenther (This used to be commit 83c734690ab09a0fe103ee9fdb855fbdd31db39c) --- source3/include/gpo.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'source3/include') diff --git a/source3/include/gpo.h b/source3/include/gpo.h index 073dad0a11..85a0b82d65 100644 --- a/source3/include/gpo.h +++ b/source3/include/gpo.h @@ -93,10 +93,3 @@ struct GP_EXT { #define GPO_CACHE_DIR "gpo_cache" #define GPT_INI "GPT.INI" - -struct GPO_SID_TOKEN { - DOM_SID object_sid; - DOM_SID primary_group_sid; - size_t num_token_sids; - DOM_SID *token_sids; -}; -- cgit