0fb6ca5 Ticket 47937 - Crash in entry_add_present_values_wsi_multi_valued

3 files Authored by mreynolds 9 years ago, Committed by nhosoi 9 years ago,
    Ticket 47937 - Crash in entry_add_present_values_wsi_multi_valued
    
    Bug Description:  If the DNA plugin uses an invlid attribute for "dnaType"
                      this can lead to crash when DNA attempts to update this
                      attribute.
    
    Fix Description:  In the DNA plugin, verify that the attribute exists.
                      Also in entrywsi.c, pass in the type from the attribute
                      struct(which does do some basic normalization).
    
    https://fedorahosted.org/389/ticket/47937
    
    Reviewed by: nhosoi(Thanks!)
    
    (cherry picked from commit 3cdf0eb571d120573f2cda2c140fd2b4215c94fa)
    (cherry picked from commit 738d985dc6f52660e13d94a118271ce288a75ea6)