summaryrefslogtreecommitdiffstats
path: root/source/nsswitch/winbindd.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-12-11 01:04:13 +0000
committerAndrew Tridgell <tridge@samba.org>2001-12-11 01:04:13 +0000
commit34328e30315e4b42087d0ee11ed0c3fb715bc250 (patch)
treef2129eab2c6b817a23826001f0dc4c1bc17be44c /source/nsswitch/winbindd.h
parent83caa883d79c2d954749d21fced808bda970ec56 (diff)
downloadsamba-34328e30315e4b42087d0ee11ed0c3fb715bc250.tar.gz
samba-34328e30315e4b42087d0ee11ed0c3fb715bc250.tar.xz
samba-34328e30315e4b42087d0ee11ed0c3fb715bc250.zip
removed the start_ndx parameter from group enumeration
I tried testing this by lowering the buffer size in cli_samr_enum_dom_groups() but that didn't work - I think this needs more looking into
Diffstat (limited to 'source/nsswitch/winbindd.h')
-rw-r--r--source/nsswitch/winbindd.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/source/nsswitch/winbindd.h b/source/nsswitch/winbindd.h
index e3bc15bd9db..40514cc83a5 100644
--- a/source/nsswitch/winbindd.h
+++ b/source/nsswitch/winbindd.h
@@ -51,8 +51,7 @@ struct getent_state {
struct getent_state *prev, *next;
void *sam_entries;
uint32 sam_entry_index, num_sam_entries;
- uint32 grp_query_start_ndx;
- BOOL got_all_grp_entries, got_sam_entries;
+ BOOL got_sam_entries;
struct winbindd_domain *domain;
};
@@ -99,7 +98,7 @@ struct winbindd_methods {
/* get a list of groups */
NTSTATUS (*enum_dom_groups)(struct winbindd_domain *domain,
TALLOC_CTX *mem_ctx,
- uint32 *start_ndx, uint32 *num_entries,
+ uint32 *num_entries,
struct acct_info **info);
/* convert one user or group name to a sid */