summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap_access.h
diff options
context:
space:
mode:
authorJan Zeleny <jzeleny@redhat.com>2012-03-14 05:28:46 -0400
committerStephen Gallagher <sgallagh@redhat.com>2012-04-24 09:19:43 -0400
commita0f186208e39a88b9e18d875121c5032531e7705 (patch)
tree94ca7440b6bf06433b0bb0ca58d99527bf4d7137 /src/providers/ldap/sdap_access.h
parent8a5d5947a640a7208fa8ed732676bf10ab451fbc (diff)
downloadsssd-a0f186208e39a88b9e18d875121c5032531e7705.tar.gz
sssd-a0f186208e39a88b9e18d875121c5032531e7705.tar.xz
sssd-a0f186208e39a88b9e18d875121c5032531e7705.zip
Accept be_req instead if be_ctx in LDAP access provider
Diffstat (limited to 'src/providers/ldap/sdap_access.h')
-rw-r--r--src/providers/ldap/sdap_access.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/providers/ldap/sdap_access.h b/src/providers/ldap/sdap_access.h
index 0cbee41f9..08c6efe2f 100644
--- a/src/providers/ldap/sdap_access.h
+++ b/src/providers/ldap/sdap_access.h
@@ -59,7 +59,7 @@ struct sdap_access_ctx {
struct tevent_req *
sdap_access_send(TALLOC_CTX *mem_ctx,
struct tevent_context *ev,
- struct be_ctx *be_ctx,
+ struct be_req *be_req,
struct sdap_access_ctx *access_ctx,
struct pam_data *pd);
errno_t