summaryrefslogtreecommitdiffstats
path: root/src/providers/ipa/ipa_common.h
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2012-03-28 13:04:44 -0400
committerStephen Gallagher <sgallagh@redhat.com>2012-03-28 15:07:05 -0400
commit51e6f026f7b8bcd6c429b10044abacc4f2393305 (patch)
treef720dbf9c45d3f7e9de55d7a03aa24cd80151e0e /src/providers/ipa/ipa_common.h
parent4ed94554593e8a20fa361ea8d7a7f223dc6ee4e8 (diff)
downloadsssd-51e6f026f7b8bcd6c429b10044abacc4f2393305.tar.gz
sssd-51e6f026f7b8bcd6c429b10044abacc4f2393305.tar.xz
sssd-51e6f026f7b8bcd6c429b10044abacc4f2393305.zip
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.
Diffstat (limited to 'src/providers/ipa/ipa_common.h')
-rw-r--r--src/providers/ipa/ipa_common.h15
1 files changed, 0 insertions, 15 deletions
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,