84a9611 ipaldap: properly escape raw binary values in LDAP filters

1 file Authored by jcholast 7 years ago, Committed by mbasti 7 years ago,
    ipaldap: properly escape raw binary values in LDAP filters
    
    Manually escape each byte in the value, do not use
    ldap.filter.escape_filter_chars() as it does not work with bytes in
    Python 3.
    
    https://fedorahosted.org/freeipa/ticket/4985
    
    Reviewed-By: Martin Basti <mbasti@redhat.com>
    Reviewed-By: Christian Heimes <cheimes@redhat.com>
    
        
file modified
+6 -3