Default SASL buffer size was too small and could lead for example to
migration errors.

https://fedorahosted.org/freeipa/ticket/3826

---

Done based on Rich's recommendation.

Martin
From 72a5755322348a3f9f5718d1062044894039eae5 Mon Sep 17 00:00:00 2001
From: Martin Kosek <mko...@redhat.com>
Date: Wed, 7 Aug 2013 13:35:27 +0200
Subject: [PATCH] Increase default SASL buffer size

Default SASL buffer size was too small and could lead for example to
migration errors.

https://fedorahosted.org/freeipa/ticket/3826
---
 install/updates/10-config.update | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/install/updates/10-config.update b/install/updates/10-config.update
index c631b2c233664b7e138b7654f975c526f5cdc715..2e5a5432ef9b4cbff93c71a608b1c27ecd7ef4f3 100644
--- a/install/updates/10-config.update
+++ b/install/updates/10-config.update
@@ -57,3 +57,9 @@ dn: cn=Full
 
 dn: cn=Name Only,cn=mapping,cn=sasl,cn=config
 addifnew:nsSaslMapPriority: 10
+
+# Default SASL buffer size was too small and could lead for example to
+# migration errors
+# Can be removed when https://fedorahosted.org/389/ticket/47457 is fixed
+dn: cn=config
+default:nsslapd-sasl-max-buffer-size:2097152
-- 
1.8.3.1

_______________________________________________
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel

Reply via email to