diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2012-06-10 14:50:43 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-06-13 10:01:12 -0400 |
commit | d42d371c00c83ae44b9d1c3e88ecbe0e01b112e6 (patch) | |
tree | 6907c5ab6191128a1a8a1adf430425fb933b5dea /src/providers/ldap/sdap_async.h | |
parent | 97ae45d61d921f07e812620e0156aee02b7b83a7 (diff) | |
download | sssd-d42d371c00c83ae44b9d1c3e88ecbe0e01b112e6.tar.gz sssd-d42d371c00c83ae44b9d1c3e88ecbe0e01b112e6.tar.bz2 sssd-d42d371c00c83ae44b9d1c3e88ecbe0e01b112e6.zip |
LDAP: Add support for AD chain matching extension in initgroups
Diffstat (limited to 'src/providers/ldap/sdap_async.h')
-rw-r--r-- | src/providers/ldap/sdap_async.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/providers/ldap/sdap_async.h b/src/providers/ldap/sdap_async.h index 9a65b25e..d024e30a 100644 --- a/src/providers/ldap/sdap_async.h +++ b/src/providers/ldap/sdap_async.h @@ -262,4 +262,17 @@ sdap_get_ad_match_rule_members_recv(struct tevent_req *req, size_t *num_users, struct sysdb_attrs ***users); +struct tevent_req * +sdap_get_ad_match_rule_initgroups_send(TALLOC_CTX *mem_ctx, + struct tevent_context *ev, + struct sdap_options *opts, + struct sysdb_ctx *sysdb, + struct sdap_handle *sh, + const char *name, + const char *orig_dn, + int timeout); + +errno_t +sdap_get_ad_match_rule_initgroups_recv(struct tevent_req *req); + #endif /* _SDAP_ASYNC_H_ */ |