diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2010-03-25 15:10:56 +0100 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-03-25 12:14:14 -0400 |
commit | 6dd4421e76c46f46d0699471703e7dc221d05db5 (patch) | |
tree | bc596325ad35f00417df0d1e63abd472663d2e5e /src/providers/ipa | |
parent | a6f5518219fb3358595852eeaa9ad9c3e0410821 (diff) | |
download | sssd-6dd4421e76c46f46d0699471703e7dc221d05db5.tar.gz sssd-6dd4421e76c46f46d0699471703e7dc221d05db5.tar.bz2 sssd-6dd4421e76c46f46d0699471703e7dc221d05db5.zip |
Regression test against RHBZ #576856
Diffstat (limited to 'src/providers/ipa')
-rw-r--r-- | src/providers/ipa/ipa_common.c | 5 | ||||
-rw-r--r-- | src/providers/ipa/ipa_common.h | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/src/providers/ipa/ipa_common.c b/src/providers/ipa/ipa_common.c index 1fc881f4..13bb1139 100644 --- a/src/providers/ipa/ipa_common.c +++ b/src/providers/ipa/ipa_common.c @@ -388,11 +388,6 @@ done: return ret; } -/* 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 - int ipa_get_auth_options(struct ipa_options *ipa_opts, struct confdb_ctx *cdb, const char *conf_path, diff --git a/src/providers/ipa/ipa_common.h b/src/providers/ipa/ipa_common.h index 75be55e2..571eee64 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, |