8f21ac8 Ticket #388 - Improve replication agreement status messages

Authored and Committed by mreynolds 11 years ago
    Ticket #388 - Improve replication agreement status messages
    
    Bug Description:  Result codes that were negative values triggered a generic error
                      message (System Error).  This is because of mozLDAP's ldap_err2string()
                      which can only handle positive values, but openldap's ldap_err2string
                      can handle both positive and negative numbers.
    
    Fix Description:  Created a wrapper function (slapi_err2string), that can handle both
                      positive and negative error codes, regardless which ldap library is
                      being used.
    
    Reviewed by:
    
    https://fedorahosted.org/389/ticket/388
    
        
file modified
+58 -0