From 51e6f026f7b8bcd6c429b10044abacc4f2393305 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Wed, 28 Mar 2012 13:04:44 -0400 Subject: Remove old compatibility tests These are now replaced by the more accurate tests. This patch also drops the runtime option-count check, since we are always performing the more complete check at build-time. --- src/providers/ipa/ipa_common.h | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'src/providers/ipa/ipa_common.h') diff --git a/src/providers/ipa/ipa_common.h b/src/providers/ipa/ipa_common.h index 26a6f9d9b..d29cf92df 100644 --- a/src/providers/ipa/ipa_common.h +++ b/src/providers/ipa/ipa_common.h @@ -32,21 +32,6 @@ struct ipa_service { struct krb5_service *krb5_service; }; -/* the following defines are used to keep track of the options in the ldap - * module, so that if they change and ipa is not updated correspondingly - * this will trigger a runtime abort error */ -#define IPA_OPTS_BASIC_TEST 61 - -#define IPA_OPTS_SVC_TEST 5 - -#define IPA_OPTS_AUTOMNTMAP_TEST 2 -#define IPA_OPTS_AUTOMNTENTRY_TEST 3 - -/* the following define is used to keep track of the options in the krb5 - * module, so that if they change and ipa is not updated correspondingly - * this will trigger a runtime abort error */ -#define IPA_KRB5_OPTS_TEST 15 - enum ipa_basic_opt { IPA_DOMAIN = 0, IPA_SERVER, -- cgit