From 890db77ce114fa416838f363fe2b8627ff9087e0 Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Tue, 7 Dec 2010 11:00:11 +0100 Subject: Remove check_access_time() from IPA access provider It is planned to release IPA 2.0 without time range specifications in the access control rules. To avoid confusion the evaluation is removed from sssd, too. --- src/providers/ipa/ipa_init.c | 7 ------- 1 file changed, 7 deletions(-) (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 af2afa70..27e0a11f 100644 --- a/src/providers/ipa/ipa_init.c +++ b/src/providers/ipa/ipa_init.c @@ -32,7 +32,6 @@ #include "providers/krb5/krb5_auth.h" #include "providers/ipa/ipa_auth.h" #include "providers/ipa/ipa_access.h" -#include "providers/ipa/ipa_timerules.h" #include "providers/ipa/ipa_dyndns.h" struct ipa_options *ipa_options = NULL; @@ -372,12 +371,6 @@ int sssm_ipa_access_init(struct be_ctx *bectx, goto done; } - ret = init_time_rules_parser(ipa_access_ctx, &ipa_access_ctx->tr_ctx); - if (ret != EOK) { - DEBUG(1, ("init_time_rules_parser failed.\n")); - goto done; - } - *ops = &ipa_access_ops; *pvt_data = ipa_access_ctx; -- cgit