From 8b1f2574ce7a964965a18ab047ab09c4694380c4 Mon Sep 17 00:00:00 2001 From: Jan Zeleny Date: Wed, 12 Oct 2011 09:30:53 -0400 Subject: Added IPA account info handler Currently it is only handling netgroups by itself, other requests are forwarded to LDAP 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 eaf2115a..8b553ef0 100644 --- a/src/providers/ipa/ipa_init.c +++ b/src/providers/ipa/ipa_init.c @@ -30,6 +30,7 @@ #include "providers/child_common.h" #include "providers/ipa/ipa_common.h" #include "providers/krb5/krb5_auth.h" +#include "providers/ipa/ipa_id.h" #include "providers/ipa/ipa_auth.h" #include "providers/ipa/ipa_access.h" #include "providers/ipa/ipa_dyndns.h" @@ -38,7 +39,7 @@ struct ipa_options *ipa_options = NULL; /* Id Handler */ struct bet_ops ipa_id_ops = { - .handler = sdap_account_info_handler, + .handler = ipa_account_info_handler, .finalize = NULL, .check_online = sdap_check_online }; -- cgit