8e7f372 Support python-ldap 2.3 way of making LDAP control

1 file Authored by abbra 11 years ago, Committed by mkosek 11 years ago,
    Support python-ldap 2.3 way of making LDAP control
    
    This strange patch is to accomodate both python-ldap 2.3 and later versions.
    There was refactoring in python-ldap support for LDAP controls that split
    base class into two different, changing properties and method signatures.
    
    Luckily, we don't use any values passed to encodeControlValue.
    
        
file modified
+11 -3