summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2010-12-07 11:30:31 +0100
committerStephen Gallagher <sgallagh@redhat.com>2010-12-08 15:22:32 -0500
commit1ce240367a2144500187ccd3c0d32c975d8d346a (patch)
tree76699fd91dd41b232dba9fd33431fbd45371a2a9 /Makefile.am
parent890db77ce114fa416838f363fe2b8627ff9087e0 (diff)
downloadsssd-1ce240367a2144500187ccd3c0d32c975d8d346a.tar.gz
sssd-1ce240367a2144500187ccd3c0d32c975d8d346a.tar.xz
sssd-1ce240367a2144500187ccd3c0d32c975d8d346a.zip
Bye, bye, ipa_timerules
It was decided that IPA HBAC will move to a different format to specify time ranges in access control rules. The evaluation based on the old format is not needed anymore.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am20
1 files changed, 0 insertions, 20 deletions
diff --git a/Makefile.am b/Makefile.am
index e354de99c..a98b58992 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -70,7 +70,6 @@ if HAVE_CHECK
resolv-tests \
krb5-utils-tests \
check_and_open-tests \
- ipa_timerules-tests \
files-tests \
refcount-tests \
fail_over-tests \
@@ -343,7 +342,6 @@ dist_noinst_HEADERS = \
src/providers/ldap/sdap_id_op.h \
src/providers/ipa/ipa_common.h \
src/providers/ipa/ipa_access.h \
- src/providers/ipa/ipa_timerules.h \
src/providers/ipa/ipa_auth.h \
src/providers/ipa/ipa_dyndns.h \
src/providers/proxy/proxy.h \
@@ -618,23 +616,6 @@ fail_over_tests_LDADD = \
$(CARES_LIBS) \
libsss_test_common.la
-ipa_timerules_tests_SOURCES = \
- src/providers/ipa/ipa_timerules.c \
- src/tests/ipa_timerules-tests.c \
- $(SSSD_DEBUG_OBJ)
-ipa_timerules_tests_CFLAGS = \
- $(AM_CFLAGS) \
- $(POPT_CFLAGS) \
- $(TALLOC_CFLAGS) \
- $(PCRE_CFLAGS) \
- $(CHECK_CFLAGS)
-ipa_timerules_tests_LDADD = \
- $(POPT_LIBS) \
- $(PCRE_LIBS) \
- $(TALLOC_LIBS) \
- $(CHECK_LIBS) \
- libsss_test_common.la
-
find_uid_tests_SOURCES = \
src/tests/find_uid-tests.c \
src/util/find_uid.c \
@@ -850,7 +831,6 @@ libsss_ipa_la_SOURCES = \
src/providers/ipa/ipa_utils.c \
src/providers/ipa/ipa_auth.c \
src/providers/ipa/ipa_access.c \
- src/providers/ipa/ipa_timerules.c \
src/providers/ipa/ipa_dyndns.c \
src/providers/ldap/ldap_id.c \
src/providers/ldap/ldap_id_enum.c \