summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-12-03 01:23:42 +0000
committerAndrew Tridgell <tridge@samba.org>2001-12-03 01:23:42 +0000
commit78169af90a3594a574f0e19cd60f27c870a9bcd2 (patch)
treedf606ccd75f34098c56b50d1d598f8530bd64462 /source3/nsswitch/winbindd.h
parent317106452176da6e6ef36bb4189be609e0638a11 (diff)
downloadsamba-78169af90a3594a574f0e19cd60f27c870a9bcd2.tar.gz
samba-78169af90a3594a574f0e19cd60f27c870a9bcd2.tar.bz2
samba-78169af90a3594a574f0e19cd60f27c870a9bcd2.zip
split winbindd_enum_dom_groups into the new backend structure
also created winbindd_rpc.c which contains the functions that have been converted to the new structure. There will soon be a winbindd_ads.c for the ldap backend (This used to be commit e4ccc602ba65838646f2632120069f3274619dd9)
Diffstat (limited to 'source3/nsswitch/winbindd.h')
-rw-r--r--source3/nsswitch/winbindd.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/source3/nsswitch/winbindd.h b/source3/nsswitch/winbindd.h
index c4a7c82bc6..9de23b986d 100644
--- a/source3/nsswitch/winbindd.h
+++ b/source3/nsswitch/winbindd.h
@@ -94,7 +94,10 @@ struct winbindd_methods {
uint32 *start_ndx, uint32 *num_entries,
WINBIND_DISPINFO **info);
-
+ NTSTATUS (*enum_dom_groups)(struct winbindd_domain *domain,
+ TALLOC_CTX *mem_ctx,
+ uint32 *start_ndx, uint32 *num_entries,
+ struct acct_info **info);
};
/* Structures to hold per domain information */