1097a61 intg: Use bytes for value of attributes in ldif

Authored and Committed by lslebodn 7 years ago
    intg: Use bytes for value of attributes in ldif
    
    Python3 version of ldap module require string for name of attribute
    but bytes for value of attribute. It was not a problem in python2
    due to unicode changes in python3
    
    Reviewed-by: Martin Basti <mbasti@redhat.com>
    
        
file modified
+12 -12
file modified
+25 -21
file modified
+12 -12