From 6bcdb688a3d1319ded1073f08e0350de9e5ba94e Mon Sep 17 00:00:00 2001 From: Eugene Indenbom Date: Thu, 25 Mar 2010 10:27:01 -0400 Subject: Add krb5_kpasswd to IPA provider The krb5 options were out of sync, causing a runtime abort. --- src/providers/ipa/ipa_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 571eee64..54da6c8a 100644 --- a/src/providers/ipa/ipa_common.h +++ b/src/providers/ipa/ipa_common.h @@ -40,7 +40,7 @@ struct ipa_service { /* 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 +#define IPA_KRB5_OPTS_TEST 9 enum ipa_basic_opt { IPA_DOMAIN = 0, -- cgit