From 3ad662a4d26c0d6ee4e382758ca7b3f0c2880d20 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Wed, 19 Jan 2011 15:39:02 -0500 Subject: Add the user's primary group to the initgroups lookup The user may not be a direct member of their primary group, but we still want to make sure that group is cached on the system. --- src/providers/ldap/sdap_async.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/providers/ldap/sdap_async.h') diff --git a/src/providers/ldap/sdap_async.h b/src/providers/ldap/sdap_async.h index 5e377143..f7b7b568 100644 --- a/src/providers/ldap/sdap_async.h +++ b/src/providers/ldap/sdap_async.h @@ -106,10 +106,8 @@ int sdap_auth_recv(struct tevent_req *req, struct tevent_req *sdap_get_initgr_send(TALLOC_CTX *memctx, struct tevent_context *ev, - struct sss_domain_info *dom, - struct sysdb_ctx *sysdb, - struct sdap_options *opts, struct sdap_handle *sh, + struct sdap_id_ctx *id_ctx, const char *name, const char **grp_attrs); int sdap_get_initgr_recv(struct tevent_req *req); -- cgit