diff options
author | Martin Kosek <mkosek@redhat.com> | 2013-08-07 13:35:27 +0200 |
---|---|---|
committer | Martin Kosek <mkosek@redhat.com> | 2013-08-07 14:13:56 +0200 |
commit | f5ef2fb146247b7fea86eb3b8dce3947c1a37833 (patch) | |
tree | a0b5fb182c0f930eb4ed0c4da19e1e99ee6e3eba | |
parent | 6e28e709ed07798740e5469d166f3996a643e322 (diff) | |
download | freeipa-f5ef2fb146247b7fea86eb3b8dce3947c1a37833.tar.gz freeipa-f5ef2fb146247b7fea86eb3b8dce3947c1a37833.tar.xz freeipa-f5ef2fb146247b7fea86eb3b8dce3947c1a37833.zip |
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
-rw-r--r-- | install/updates/10-config.update | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/install/updates/10-config.update b/install/updates/10-config.update index c631b2c2..1512b360 100644 --- a/install/updates/10-config.update +++ b/install/updates/10-config.update @@ -57,3 +57,9 @@ addifnew:nsSaslMapPriority: 10 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 +only:nsslapd-sasl-max-buffer-size:2097152 |