diff options
Diffstat (limited to 'src/providers/ipa/ipa_common.h')
-rw-r--r-- | src/providers/ipa/ipa_common.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/providers/ipa/ipa_common.h b/src/providers/ipa/ipa_common.h index 26a6f9d9..d29cf92d 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, |