0d4074b py3: CA/KRA: config parser requires string

Authored and Committed by mbasti 7 years ago
    py3: CA/KRA: config parser requires string
    
    basedn is DN object it has to be converted to string before it can be
    used with config parser
    
    https://fedorahosted.org/freeipa/ticket/4985
    
    Reviewed-By: Christian Heimes <cheimes@redhat.com>
    Reviewed-By: Jan Cholasta <jcholast@redhat.com>