5fad6e1 Ticket 47457 - default nsslapd-sasl-max-buffer-size should be 2MB

Authored and Committed by nhosoi 9 years ago
    Ticket 47457 - default nsslapd-sasl-max-buffer-size should be 2MB
    
    Description: Backporting the patch from the newer version in commit
    819467e9ab2efc4acaece6f52a733b5241fb042b failed to remove the old
    macros.  Note: Since the old ones are above the new definition, there
    is no impact in the built binary.  But they should be removed.
    
    After preprocessed:
     {"nsslapd-sasl-max-buffer-size", config_set_sasl_maxbufsize,
       ((void *)0), 0,
       (void**)&global_slapdFrontendConfig.sasl_max_bufsize,
       CONFIG_INT, (ConfigGetFunc)config_get_sasl_maxbufsize,
       "2097152"},