jkaluza / odcs

Forked from odcs 6 years ago
Clone

f3d4ade Convert ldap query result from bytes to str

Authored and Committed by hlin 2 years ago
    Convert ldap query result from bytes to str
    
    Replace pyldap with python-ldap which are using in prod env.
    With python3, ldap query returns bytes but str is expected for
    comparison later.
    
    JIRA: RHELCMP-8813
    Signed-off-by: Haibo Lin <hlin@redhat.com>
    
        
file modified
+5 -1
file modified
+1 -1
file modified
+31 -14