abb2280 Change {add,update,delete}_entry to take LDAPEntries

1 file Authored by pviktori 11 years ago, Committed by mkosek 11 years ago,
    Change {add,update,delete}_entry to take LDAPEntries
    
    These methods currently take (dn, entry_attrs, normalize=True)
    (or (dn, normalize=True) for delete).
    Change them to also accept just an LDAPEntry.
    For add and update, document the old style as deprecated.
    
    Part of the work for: https://fedorahosted.org/freeipa/ticket/2660
    
        
file modified
+48 -27