From efbbd89000604e8f75521954b94ebc4dd008cd52 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 3 Dec 2005 20:28:18 +0000 Subject: r12055: More cruft (This used to be commit 4d91f9501cd041ee42410eeace6a9acd9cc57d1c) --- source3/include/passdb.h | 23 ----------------------- 1 file changed, 23 deletions(-) (limited to 'source3/include/passdb.h') diff --git a/source3/include/passdb.h b/source3/include/passdb.h index 20ea7021d0..f1896710dc 100644 --- a/source3/include/passdb.h +++ b/source3/include/passdb.h @@ -200,29 +200,6 @@ typedef struct sam_passwd { } SAM_ACCOUNT; -typedef struct sam_group { - TALLOC_CTX *mem_ctx; - - void (*free_fn)(struct sam_group **); - - struct pdb_methods *methods; - - struct group_data { - /* initialization flags */ - struct bitmap *change_flags; - struct bitmap *set_flags; - - const char *name; /* Windows group name string */ - - DOM_SID sid; /* Group SID */ - enum SID_NAME_USE sid_name_use; /* Group type */ - - uint32 mem_num; /* Number of member SIDs */ - DOM_SID *members; /* SID array */ - } private_g; - -} SAM_GROUP; - struct acct_info { fstring acct_name; /* account name */ fstring acct_desc; /* account name */ -- cgit