ebaa18a 612771 - RHDS 8.1/389 v1.2.5 accepts 2 identical entries with

Authored and Committed by nhosoi 13 years ago
    612771 - RHDS 8.1/389 v1.2.5 accepts 2 identical entries with
     different DN formats
    
    https://bugzilla.redhat.com/show_bug.cgi?id=612771
    
    Fix Description:
    1) In the previous commit 50bb2ee6676e10cdda704982dfa831efa4011037,
    there were 3 places to miss replacing rdn_av_count with subrdn_av_count.
    2) A variable subtypestart is used to keep the head of nested
    multivalued RDNs.  For instance,
       seeAlso=cn\=<CN>\+l\=<L>\,o\=<O>,dc=examle,dc=com
    	       ^   or    ^   or  ^
    There was a bug to set the first position ("cn" in the above example).
    
    In addition, fixed a warning assigning "const char *" to "char *" in
    import_foreman (import-threads.c).
    
        
file modified
+35 -37