summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap_access.h
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2012-06-22 08:06:50 -0400
committerStephen Gallagher <sgallagh@redhat.com>2012-06-22 15:37:42 -0400
commit58f437644772f76c50c24efeaf707ded941f5bd9 (patch)
tree886bb90d9a0f4f1389d12ffe99acfa11da11f8c3 /src/providers/ldap/sdap_access.h
parent2aa125200689eeb80f04b496acc5933bb09bee75 (diff)
downloadsssd-58f437644772f76c50c24efeaf707ded941f5bd9.tar.gz
sssd-58f437644772f76c50c24efeaf707ded941f5bd9.tar.xz
sssd-58f437644772f76c50c24efeaf707ded941f5bd9.zip
LDAP: Make sdap_access_send/recv public
We want to consume this in the IPA provider.
Diffstat (limited to 'src/providers/ldap/sdap_access.h')
-rw-r--r--src/providers/ldap/sdap_access.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/providers/ldap/sdap_access.h b/src/providers/ldap/sdap_access.h
index 32c45b817..d6b80ea2d 100644
--- a/src/providers/ldap/sdap_access.h
+++ b/src/providers/ldap/sdap_access.h
@@ -55,4 +55,13 @@ struct sdap_access_ctx {
void ldap_pam_access_handler(struct be_req *breq);
+struct tevent_req *
+sdap_access_send(TALLOC_CTX *mem_ctx,
+ struct tevent_context *ev,
+ struct be_ctx *be_ctx,
+ struct sdap_access_ctx *access_ctx,
+ struct pam_data *pd);
+errno_t
+sdap_access_recv(struct tevent_req *req, int *pam_status);
+
#endif /* SDAP_ACCESS_H_ */