summaryrefslogtreecommitdiffstats
path: root/src/providers/ipa/ipa_id.h
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2014-09-19 10:26:01 +0200
committerJakub Hrozek <jhrozek@redhat.com>2014-10-16 17:55:52 +0200
commit00c283ca719717ed483958571982d0e9ff95c4b1 (patch)
treedf7ee6a342a1c8ea44ba957d8053064089abeacd /src/providers/ipa/ipa_id.h
parent7d35c7e8c5d2684321be879f7ff67816d4b31f09 (diff)
downloadsssd-00c283ca719717ed483958571982d0e9ff95c4b1.tar.gz
sssd-00c283ca719717ed483958571982d0e9ff95c4b1.tar.xz
sssd-00c283ca719717ed483958571982d0e9ff95c4b1.zip
IPA: make IPA ID context available to extdom client code
Reviewed-by: Jakub Hrozek <jhrozek@redhat.com> Reviewed-by: Pavel Březina <pbrezina@redhat.com>
Diffstat (limited to 'src/providers/ipa/ipa_id.h')
-rw-r--r--src/providers/ipa/ipa_id.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/providers/ipa/ipa_id.h b/src/providers/ipa/ipa_id.h
index 6c72f6d04..9a255ffbd 100644
--- a/src/providers/ipa/ipa_id.h
+++ b/src/providers/ipa/ipa_id.h
@@ -52,6 +52,7 @@ void ipa_check_online(struct be_req *be_req);
struct tevent_req *ipa_s2n_get_acct_info_send(TALLOC_CTX *mem_ctx,
struct tevent_context *ev,
+ struct ipa_id_ctx *ipa_ctx,
struct sdap_options *opts,
struct sss_domain_info *dom,
struct sdap_handle *sh,
@@ -61,7 +62,7 @@ int ipa_s2n_get_acct_info_recv(struct tevent_req *req);
struct tevent_req *ipa_get_subdom_acct_send(TALLOC_CTX *memctx,
struct tevent_context *ev,
- struct sdap_id_ctx *ctx,
+ struct ipa_id_ctx *ipa_ctx,
struct be_acct_req *ar);
int ipa_get_subdom_acct_recv(struct tevent_req *req, int *dp_error_out);