summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-12-03 11:32:55 +0000
committerAndrew Tridgell <tridge@samba.org>2001-12-03 11:32:55 +0000
commitfc85a6096231d7e8c45c150f2beaa99c16e9227a (patch)
treea23ecd8fbb20f2b188bc797515af9a9cf0806901 /source3/nsswitch/winbindd.h
parent6f907af4e73b53c3ddab934ba954788a2134b913 (diff)
downloadsamba-fc85a6096231d7e8c45c150f2beaa99c16e9227a.tar.gz
samba-fc85a6096231d7e8c45c150f2beaa99c16e9227a.tar.bz2
samba-fc85a6096231d7e8c45c150f2beaa99c16e9227a.zip
changed query_dispinfo to query_user_list
(This used to be commit 80010d80f93cfb32c53a1720c7564fb080846f35)
Diffstat (limited to 'source3/nsswitch/winbindd.h')
-rw-r--r--source3/nsswitch/winbindd.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/nsswitch/winbindd.h b/source3/nsswitch/winbindd.h
index 610b4503f7..a3c9d0afb7 100644
--- a/source3/nsswitch/winbindd.h
+++ b/source3/nsswitch/winbindd.h
@@ -82,17 +82,17 @@ typedef struct {
char *full_name;
uint32 user_rid;
uint32 group_rid; /* primary group */
-} WINBIND_DISPINFO;
+} WINBIND_USERINFO;
/* per-domain methods. This is how LDAP vs RPC is selected
This will eventually be the sole entry point to all the methods,
I'm just starting small
*/
struct winbindd_methods {
- NTSTATUS (*query_dispinfo)(struct winbindd_domain *domain,
+ NTSTATUS (*query_user_list)(struct winbindd_domain *domain,
TALLOC_CTX *mem_ctx,
uint32 *start_ndx, uint32 *num_entries,
- WINBIND_DISPINFO **info);
+ WINBIND_USERINFO **info);
NTSTATUS (*enum_dom_groups)(struct winbindd_domain *domain,
TALLOC_CTX *mem_ctx,