49a0e3a Move LDAPEntry to ipaserver.ipaldap and derive Entry from it

3 files Authored by pviktori 11 years ago, Committed by mkosek 11 years ago,
    Move LDAPEntry to ipaserver.ipaldap and derive Entry from it
    
    Legacy Entry methods such as setValue are added to LDAPEntry directly,
    so that we can use connection classes that return LDAPEntry with
    code that expects Entries.
    
    The Entry and its unique __init__ are still kept for compatibility.
    
    Part of the work for: https://fedorahosted.org/freeipa/ticket/2660
    
        
file modified
+140 -70
file modified
+5 -97