summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap_access.h
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2013-01-10 16:36:22 -0500
committerJakub Hrozek <jhrozek@redhat.com>2013-01-21 22:17:34 +0100
commit249a28dbf31e11794c7f35d709c5561c1555898d (patch)
treeb3245fd366d70f9e4d5d45cc7643f2d078ce8423 /src/providers/ldap/sdap_access.h
parent225d845476b6136be9b77f528ed986bba7a7f732 (diff)
downloadsssd-249a28dbf31e11794c7f35d709c5561c1555898d.tar.gz
sssd-249a28dbf31e11794c7f35d709c5561c1555898d.tar.xz
sssd-249a28dbf31e11794c7f35d709c5561c1555898d.zip
Pass domain not be_req to access check functions
Diffstat (limited to 'src/providers/ldap/sdap_access.h')
-rw-r--r--src/providers/ldap/sdap_access.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/providers/ldap/sdap_access.h b/src/providers/ldap/sdap_access.h
index 08c6efe2f..4f5f72010 100644
--- a/src/providers/ldap/sdap_access.h
+++ b/src/providers/ldap/sdap_access.h
@@ -59,7 +59,8 @@ struct sdap_access_ctx {
struct tevent_req *
sdap_access_send(TALLOC_CTX *mem_ctx,
struct tevent_context *ev,
- struct be_req *be_req,
+ struct be_ctx *be_ctx,
+ struct sss_domain_info *domain,
struct sdap_access_ctx *access_ctx,
struct pam_data *pd);
errno_t