diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2011-12-08 16:14:52 -0500 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2011-12-12 07:46:09 -0500 |
commit | 440d7fb430f83b3547f98f79c67a232ab2220296 (patch) | |
tree | feff673f8b84c41776cae7800b3f2f7dbabf4d5b /src/providers/ipa/ipa_common.h | |
parent | 57170bd05e64559a604c1907c59728e8d9e83cd4 (diff) | |
download | sssd-440d7fb430f83b3547f98f79c67a232ab2220296.tar.gz sssd-440d7fb430f83b3547f98f79c67a232ab2220296.tar.xz sssd-440d7fb430f83b3547f98f79c67a232ab2220296.zip |
Add sdap_connection_expire_timeout option
https://fedorahosted.org/sssd/ticket/1036
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 22f4bc634..f7ab5efdc 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 54 +#define IPA_OPTS_BASIC_TEST 55 /* 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 |