summaryrefslogtreecommitdiffstats
path: root/src/responder/pac/pacsrv.h
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2012-11-26 13:50:48 +0100
committerJakub Hrozek <jhrozek@redhat.com>2013-01-08 15:05:48 +0100
commit27696f6d7ef8a856fb44816288e9ae808bba76b2 (patch)
tree0746f8f6e02005ff6e0dee1ad7c2a5ddcba640ab /src/responder/pac/pacsrv.h
parent035008dc7676339c9568ab4d44b5fcc1fee98f54 (diff)
downloadsssd-27696f6d7ef8a856fb44816288e9ae808bba76b2.tar.gz
sssd-27696f6d7ef8a856fb44816288e9ae808bba76b2.tar.xz
sssd-27696f6d7ef8a856fb44816288e9ae808bba76b2.zip
Save domain and GID for groups from the configured domain
Currently users from subdomains can only be members of groups from the configured domain and to access those groups a pointer to the domain struct of the configured domain is used. This patch sets the dom_grp member of struct pac_grp to point to the domain struct of the configured for groups from this domain. This is a first step to allow group membership for groups from subdomains as well. For those groups a pointer to the related subdomain structure will be saved.
Diffstat (limited to 'src/responder/pac/pacsrv.h')
-rw-r--r--src/responder/pac/pacsrv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/responder/pac/pacsrv.h b/src/responder/pac/pacsrv.h
index 4d3a31643..71fcf8e41 100644
--- a/src/responder/pac/pacsrv.h
+++ b/src/responder/pac/pacsrv.h
@@ -100,6 +100,7 @@ errno_t get_my_domain_data(struct pac_ctx *pac_ctx,
struct local_mapping_ranges **_range_map);
errno_t get_gids_from_pac(TALLOC_CTX *mem_ctx,
+ struct pac_ctx *pac_ctx,
struct local_mapping_ranges *range_map,
struct dom_sid *domain_sid,
struct PAC_LOGON_INFO *logon_info,