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-26 16:54:12 -0400
commit4fe4e066b040f1da5805785533eb80cd83caf987 (patch)
tree3cdb015f78a6eec6ecab9bd87a158c687a8507ef /src/providers/ipa/ipa_common.h
parentdb9f11c10731565292ad7e864e984da6ad89453c (diff)
downloadsssd-4fe4e066b040f1da5805785533eb80cd83caf987.tar.gz
sssd-4fe4e066b040f1da5805785533eb80cd83caf987.tar.xz
sssd-4fe4e066b040f1da5805785533eb80cd83caf987.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