summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap_access.h
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2012-03-08 15:10:31 -0500
committerStephen Gallagher <sgallagh@redhat.com>2012-03-09 14:25:09 -0500
commit1ab242911622d838590873d7e76347cb5f42512e (patch)
tree289bd8a70271a8bb2d4abb140b3aa9291386e1e2 /src/providers/ldap/sdap_access.h
parent5a05130ba12de25cceb51462c95f7a8082538328 (diff)
downloadsssd-1ab242911622d838590873d7e76347cb5f42512e.tar.gz
sssd-1ab242911622d838590873d7e76347cb5f42512e.tar.xz
sssd-1ab242911622d838590873d7e76347cb5f42512e.zip
IPA: Check nsAccountLock during PAM_ACCT_MGMT
https://fedorahosted.org/sssd/ticket/1227
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 013645b9b..0cbee41f9 100644
--- a/src/providers/ldap/sdap_access.h
+++ b/src/providers/ldap/sdap_access.h
@@ -56,4 +56,13 @@ struct sdap_access_ctx {
int access_rule[LDAP_ACCESS_LAST + 1];
};
+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_ */