summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2007-07-17 09:39:39 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:28:42 -0500
commitdb4099884a44168a5a986093dc11426efef9803c (patch)
treea23967d7f4b0e276169ef05a51edcf240d770688 /source3/include
parent95d504280383f6348ce809b519b7b9027dab7df8 (diff)
downloadsamba-db4099884a44168a5a986093dc11426efef9803c.tar.gz
samba-db4099884a44168a5a986093dc11426efef9803c.tar.bz2
samba-db4099884a44168a5a986093dc11426efef9803c.zip
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)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/gpo.h7
1 files changed, 0 insertions, 7 deletions
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;
-};