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-10-26 10:29:38 -0400
commit2a5a1a0a7919fb33b71583fbe85bad8cc96e318c (patch)
tree0a1b2d45c303f0c73b91a2cfbee65e65b09d63b3 /src/providers/ipa/ipa_common.h
parent6814132c06235e0f94fcd4fb20d3509677e80eae (diff)
downloadsssd-2a5a1a0a7919fb33b71583fbe85bad8cc96e318c.tar.gz
sssd-2a5a1a0a7919fb33b71583fbe85bad8cc96e318c.tar.xz
sssd-2a5a1a0a7919fb33b71583fbe85bad8cc96e318c.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