8ba2982 Bug #361: Bad DNs in ACIs can segfault ns-slapd

1 file Authored by Charles Lopes 11 years ago, Committed by rmeggins 11 years ago,
    Bug #361: Bad DNs in ACIs can segfault ns-slapd
    
    A bad userdn will make the DN normalization fail.  This sets dn to NULL,
    and the server will attempt to access the NULL dn.
    The fix is to just return with an error if the normalization fails since
    the DN is invalid.
    Reviewed by: rmeggins