mreynolds / 389-ds-base

Forked from 389-ds-base 6 years ago
Clone

bfe31ac Bug 641944 - Don't normalize non-DN RDN values

Authored and Committed by nkinder 13 years ago
    Bug 641944 - Don't normalize non-DN RDN values
    
    Our current DN normalization code assumes that a RDN value can
    contain a DN pointer.  It also normalizes this RDN value as a DN,
    regardless of the syntax of the RDN attribute type.  This causes
    non-DN RDN values to get messed up.
    
    This patch makes the DN normalization code only normalize a RDN
    value as a DN for an attribute type that is defined to use the
    Distinguished Name syntax.
    
        
file modified
+5 -1
file modified
+87 -24