summaryrefslogtreecommitdiffstats
path: root/src/providers/ipa/ipa_common.h
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2012-01-28 11:40:36 -0500
committerStephen Gallagher <sgallagh@redhat.com>2012-01-31 09:37:41 -0500
commitca73004be606fe1a3003f2bc82eede4945fd0f08 (patch)
treeeb9eb6119262f5978fe9062fe3a9912902c43a36 /src/providers/ipa/ipa_common.h
parente2925c2d7d10cbb51098402233784044168f1a77 (diff)
downloadsssd-ca73004be606fe1a3003f2bc82eede4945fd0f08.tar.gz
sssd-ca73004be606fe1a3003f2bc82eede4945fd0f08.tar.xz
sssd-ca73004be606fe1a3003f2bc82eede4945fd0f08.zip
IPA: Add support for services lookups (non-enum)
Diffstat (limited to 'src/providers/ipa/ipa_common.h')
-rw-r--r--src/providers/ipa/ipa_common.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/providers/ipa/ipa_common.h b/src/providers/ipa/ipa_common.h
index 238fdeea0..9cbd993f5 100644
--- a/src/providers/ipa/ipa_common.h
+++ b/src/providers/ipa/ipa_common.h
@@ -35,7 +35,9 @@ struct ipa_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 59
+#define IPA_OPTS_BASIC_TEST 60
+
+#define IPA_OPTS_SVC_TEST 5
/* 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