summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/ldap_common.h
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2010-11-24 14:17:36 +0100
committerStephen Gallagher <sgallagh@redhat.com>2010-12-01 16:16:01 -0500
commitd8e3d9b5fb5f269ef7a0cf4b70f3ba4c8051429c (patch)
tree5ed4faf0e0b39019d4e866434539761bbe3d2973 /src/providers/ldap/ldap_common.h
parent5de0dda3e3ee131000c5f2155416b98f22a86313 (diff)
downloadsssd-d8e3d9b5fb5f269ef7a0cf4b70f3ba4c8051429c.tar.gz
sssd-d8e3d9b5fb5f269ef7a0cf4b70f3ba4c8051429c.tar.xz
sssd-d8e3d9b5fb5f269ef7a0cf4b70f3ba4c8051429c.zip
Add check_online method to LDAP ID provider
Diffstat (limited to 'src/providers/ldap/ldap_common.h')
-rw-r--r--src/providers/ldap/ldap_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/providers/ldap/ldap_common.h b/src/providers/ldap/ldap_common.h
index 63192fb46..5c298d1b2 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);