From d8e3d9b5fb5f269ef7a0cf4b70f3ba4c8051429c Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Wed, 24 Nov 2010 14:17:36 +0100 Subject: Add check_online method to LDAP ID provider --- src/providers/ldap/ldap_common.h | 1 + 1 file changed, 1 insertion(+) (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 63192fb4..5c298d1b 100644 --- a/src/providers/ldap/ldap_common.h +++ b/src/providers/ldap/ldap_common.h @@ -67,6 +67,7 @@ struct sdap_auth_ctx { struct sdap_service *service; }; +void sdap_check_online(struct be_req *breq); /* id */ void sdap_account_info_handler(struct be_req *breq); int sdap_id_setup_tasks(struct sdap_id_ctx *ctx); -- cgit