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/ipa/ipa_init.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/providers/ipa/ipa_init.c') diff --git a/src/providers/ipa/ipa_init.c b/src/providers/ipa/ipa_init.c index 3eaa0a13..c172eac1 100644 --- a/src/providers/ipa/ipa_init.c +++ b/src/providers/ipa/ipa_init.c @@ -40,7 +40,8 @@ struct ipa_options *ipa_options = NULL; /* Id Handler */ struct bet_ops ipa_id_ops = { .handler = sdap_account_info_handler, - .finalize = NULL + .finalize = NULL, + .check_online = sdap_check_online }; struct bet_ops ipa_auth_ops = { -- cgit