summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-12-21 14:59:11 +0100
committerVolker Lendecke <vl@samba.org>2009-12-21 16:27:19 +0100
commit66bcae6064833eb6250e2d4c6e35352a068317fb (patch)
treef9f82c74385fc891f713e09c6f9ff6680afeec8b
parent9568c762ac59e40d17a2c458c2dc6d248b435113 (diff)
downloadsamba-66bcae6064833eb6250e2d4c6e35352a068317fb.tar.gz
samba-66bcae6064833eb6250e2d4c6e35352a068317fb.tar.bz2
samba-66bcae6064833eb6250e2d4c6e35352a068317fb.zip
s3: Remove an unused struct definition
-rw-r--r--source3/winbindd/winbindd_group.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/source3/winbindd/winbindd_group.c b/source3/winbindd/winbindd_group.c
index ffbaa499c2..4e4c961e56 100644
--- a/source3/winbindd/winbindd_group.c
+++ b/source3/winbindd/winbindd_group.c
@@ -201,26 +201,6 @@ bool get_sam_group_entries(struct getent_state *ent)
return result;
}
-/* Get user supplementary groups. This is much quicker than trying to
- invert the groups database. We merge the groups from the gids and
- other_sids info3 fields as trusted domain, universal group
- memberships, and nested groups (win2k native mode only) are not
- returned by the getgroups RPC call but are present in the info3. */
-
-struct getgroups_state {
- struct winbindd_cli_state *state;
- struct winbindd_domain *domain;
- char *domname;
- char *username;
- DOM_SID user_sid;
-
- const DOM_SID *token_sids;
- size_t i, num_token_sids;
-
- gid_t *token_gids;
- size_t num_token_gids;
-};
-
enum winbindd_result winbindd_dual_getsidaliases(struct winbindd_domain *domain,
struct winbindd_cli_state *state)
{