gerases / 389-ds-base

Forked from 389-ds-base 6 years ago
Clone

d559d46 Ticket #584 - Existence of an entry is not checked when its password is to be deleted

Authored and Committed by Noriko Hosoi 11 years ago
    Ticket #584 - Existence of an entry is not checked when its password is to be deleted
    
    Bug description: When attempting to delete a password from an
    entry, a password syntax checking api check_pw_syntax_ext missed
    a check if the target entry exists or not.  Note: add and replace
    checks it and handles the case correctly.
    
    Fix description: In this patch the check is added to the delete
    case, as well.
    
    Reviewed by Rich (Thank you!!)
    
        
file modified
+7 -1