diff options
author | Pavel Březina <pbrezina@redhat.com> | 2011-12-07 17:20:47 +0100 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2011-12-16 14:46:17 -0500 |
commit | 10b6b1fc57bb7c2edb4cfd0a0038303bd33722bc (patch) | |
tree | 3c5d97cdebe0a8b7e53e60d65d32dd4d0a0f1735 /src/providers/ipa/ipa_common.h | |
parent | 88c5d362804244a5a74785b94018ddf887094553 (diff) | |
download | sssd-10b6b1fc57bb7c2edb4cfd0a0038303bd33722bc.tar.gz sssd-10b6b1fc57bb7c2edb4cfd0a0038303bd33722bc.tar.bz2 sssd-10b6b1fc57bb7c2edb4cfd0a0038303bd33722bc.zip |
SUDO Integration - LDAP configuration options
Diffstat (limited to 'src/providers/ipa/ipa_common.h')
-rw-r--r-- | src/providers/ipa/ipa_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/providers/ipa/ipa_common.h b/src/providers/ipa/ipa_common.h index f7ab5efd..577e3e19 100644 --- a/src/providers/ipa/ipa_common.h +++ b/src/providers/ipa/ipa_common.h @@ -35,7 +35,7 @@ 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 55 +#define IPA_OPTS_BASIC_TEST 56 /* 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 |