d147948 server plugin: pass bytes to ldap.modify_s

1 file Authored by stlaz 7 years ago, Committed by pvomacka 7 years ago,
    server plugin: pass bytes to ldap.modify_s
    
    The server-del command passes str instance instead of bytes to
    ldap.modify_s which results in the target server not being
    removed properly.
    
    https://pagure.io/freeipa/issue/4985
    
    Reviewed-By: Felipe Volpone <fbarreto@redhat.com>
    
        
file modified
+4 -4