6f5042c 10-config.update: remove nsslapd-sasl-max-buffer-size override as https://pagure.io/389-ds-base/issue/47457 was fixed directly in 389 Directory Server.

1 file Authored by François Cami 6 years ago, Committed by cheimes 6 years ago,
    10-config.update: remove nsslapd-sasl-max-buffer-size override as https://pagure.io/389-ds-base/issue/47457 was fixed directly in 389 Directory Server.
    
    The patch addresses:
    https://bugzilla.redhat.com/show_bug.cgi?id=1527020
    "nsslapd-sasl-max-buffer-size is hardcoded to '2097152' during
    install even if another value was provided in an LDIF
    ( --dirsrv-config-file )"
    
    Fixes: https://pagure.io/freeipa/issue/7341
    
    Tested against RHEL 7.4, the nsslapd-sasl-max-buffer-size parameter
    is still 2097152 after this change and the change allows overriding
    its value using --dirsrv-config-file properly.
    
    Fix suggested by Florence Blanc-Renaud.
    
    Signed-off-by: François Cami <fcami@fedoraproject.org>
    Reviewed-By: Florence Blanc-Renaud <frenaud@redhat.com>