From 8edf0e447266d68f10264eb3f3ea514cd1687041 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Mon, 19 Dec 2011 14:59:59 +0100 Subject: Pass sdap_id_ctx to online check from IPA provider --- src/providers/ldap/ldap_common.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/providers/ldap/ldap_common.h') diff --git a/src/providers/ldap/ldap_common.h b/src/providers/ldap/ldap_common.h index d7aa71ab..e6bb8b6a 100644 --- a/src/providers/ldap/ldap_common.h +++ b/src/providers/ldap/ldap_common.h @@ -69,6 +69,8 @@ struct sdap_auth_ctx { }; void sdap_check_online(struct be_req *breq); +void sdap_do_online_check(struct be_req *be_req, struct sdap_id_ctx *ctx); + /* id */ void sdap_account_info_handler(struct be_req *breq); void sdap_handle_account_info(struct be_req *breq, struct sdap_id_ctx *ctx); -- cgit