summaryrefslogtreecommitdiffstats
path: root/src/providers/ipa/ipa_common.h
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2011-08-26 10:54:09 +0200
committerStephen Gallagher <sgallagh@redhat.com>2011-08-29 08:24:04 -0400
commit5e9a8ba6a9e20f984722f6252575f08231f35701 (patch)
tree35768af6bd605fcf07f008ad2317a7631f303b83 /src/providers/ipa/ipa_common.h
parent088ebc59997fd75d290ca2a5ea1e9c1261ae2006 (diff)
downloadsssd-5e9a8ba6a9e20f984722f6252575f08231f35701.tar.gz
sssd-5e9a8ba6a9e20f984722f6252575f08231f35701.tar.xz
sssd-5e9a8ba6a9e20f984722f6252575f08231f35701.zip
Add LDAP provider option to set LDAP_OPT_X_SASL_NOCANON
https://fedorahosted.org/sssd/ticket/978
Diffstat (limited to 'src/providers/ipa/ipa_common.h')
-rw-r--r--src/providers/ipa/ipa_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/providers/ipa/ipa_common.h b/src/providers/ipa/ipa_common.h
index f6e1d4e5b..7a36a709c 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 49
+#define IPA_OPTS_BASIC_TEST 50
/* 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