c793d28 Use ldap_str2dn to convert a subject into a DN

Authored and Committed by rcritten 5 years ago
    Use ldap_str2dn to convert a subject into a DN
    
    Previously certmonger was parsing the subject itself using
    commas which didn't account for escaping. Instead rely on
    LDAP DN parsing.
    
    https://pagure.io/certmonger/issue/90
    
    Signed-off-by: Rob Crittenden <rcritten@redhat.com>
    
        
file modified
+2 -0
file modified
+6 -6
file modified
+22 -22
file modified
+2 -1