1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-03 04:22:09 +03:00

moved lookup_usergroups() into the backend structure

This commit is contained in:
Andrew Tridgell
-
parent e908f304a2
commit 689f45d207
6 changed files with 83 additions and 72 deletions

View File

@ -116,6 +116,11 @@ struct winbindd_methods {
TALLOC_CTX *mem_ctx,
const char *user_name, uint32 user_rid,
WINBIND_USERINFO *user_info);
NTSTATUS (*lookup_usergroups)(struct winbindd_domain *domain,
TALLOC_CTX *mem_ctx,
uint32 user_rid, uint32 *num_groups,
uint32 **user_gids);
};
/* Structures to hold per domain information */