summaryrefslogtreecommitdiffstats
path: root/src/providers/ipa/ipa_common.h
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2011-08-23 23:19:57 +0200
committerStephen Gallagher <sgallagh@redhat.com>2011-08-26 16:52:52 -0400
commita2e6bd6ed16c92799d435043450f6156a773a6dc (patch)
treea0234fa507a72afc720848788c625d6437a63671 /src/providers/ipa/ipa_common.h
parent47db32cd9cb2147bb40909352569d7c8274365db (diff)
downloadsssd-a2e6bd6ed16c92799d435043450f6156a773a6dc.tar.gz
sssd-a2e6bd6ed16c92799d435043450f6156a773a6dc.tar.xz
sssd-a2e6bd6ed16c92799d435043450f6156a773a6dc.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 76336f3d0..575911504 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 51
+#define IPA_OPTS_BASIC_TEST 52
/* 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