112c4b7 Fix LDAP effective rights control with python-ldap 2.4.x

1 file Authored by mkosek 12 years ago, Committed by rcritten 12 years ago,
    Fix LDAP effective rights control with python-ldap 2.4.x
    
    The new version of python-ldap changed the way it created LDAPv3
    extended controls. The API used in 2.4.x can no longer be used
    because it does not send the bind DN with effective rights
    control and LDAP server thus rejects it.
    
    This patch implements the new API in a backward compatible way
    so that it works both with python-ldap versions 2.3.x and 2.4.x.
    
    https://fedorahosted.org/freeipa/ticket/2565
    
        
file modified
+14 -2