diff options
author | Volker Lendecke <vlendec@samba.org> | 2005-12-03 20:28:18 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:05:43 -0500 |
commit | efbbd89000604e8f75521954b94ebc4dd008cd52 (patch) | |
tree | b73226619819d76915e7eab455e08d6b4bb52744 /source3/include/passdb.h | |
parent | 08a73ae7db43f3a157d0091762caaa1f2f6322f3 (diff) | |
download | samba-efbbd89000604e8f75521954b94ebc4dd008cd52.tar.gz samba-efbbd89000604e8f75521954b94ebc4dd008cd52.tar.xz samba-efbbd89000604e8f75521954b94ebc4dd008cd52.zip |
r12055: More cruft
(This used to be commit 4d91f9501cd041ee42410eeace6a9acd9cc57d1c)
Diffstat (limited to 'source3/include/passdb.h')
-rw-r--r-- | source3/include/passdb.h | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/source3/include/passdb.h b/source3/include/passdb.h index 20ea7021d07..f1896710dc9 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 */ |