4b148c8 py3: __add_acl: use standard ipaldap methods

Authored and Committed by mbasti 8 years ago
    py3: __add_acl: use standard ipaldap methods
    
    Using raw pyldap interface we have to keep vaules as bytes. Is easier to
    migrate to ipaldap and use strings without decoding and encoding.
    
    https://fedorahosted.org/freeipa/ticket/4985
    
    Reviewed-By: Christian Heimes <cheimes@redhat.com>
    Reviewed-By: Jan Cholasta <jcholast@redhat.com>