dff2ff8 Disallow RDN change and single-value bypass using setattr/addattr.

4 files Authored by pzuna 13 years ago, Committed by rcritten 13 years ago,
    Disallow RDN change and single-value bypass using setattr/addattr.
    
    When setting or adding an attribute wiht setatt/addattr check to
    see if there is a Param for the attribute and enforce the multi-value.
    If there is no Param check the LDAP schema for SINGLE-VALUE.
    
    Catch RDN mods and try to return a more reasonable error message.
    
    Ticket #230
    Ticket #246
    
        
file modified
+34 -3
file modified
+1 -1
file modified
+13 -1
file modified
+31 -13