summaryrefslogtreecommitdiffstats
path: root/src/providers/ipa/ipa_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/providers/ipa/ipa_common.h')
-rw-r--r--src/providers/ipa/ipa_common.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/providers/ipa/ipa_common.h b/src/providers/ipa/ipa_common.h
index 75be55e2d..571eee641 100644
--- a/src/providers/ipa/ipa_common.h
+++ b/src/providers/ipa/ipa_common.h
@@ -37,6 +37,11 @@ struct ipa_service {
* this will trigger a runtime abort error */
#define IPA_OPTS_BASIC_TEST 32
+/* 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 8
+
enum ipa_basic_opt {
IPA_DOMAIN = 0,
IPA_SERVER,