From 4284a8349b4db3de2d67be6c201cd2490ad48a20 Mon Sep 17 00:00:00 2001 From: Jan Cholasta Date: Tue, 10 Dec 2013 11:52:31 +0100 Subject: Remove legacy LDAPEntry properties data and orig_data. https://fedorahosted.org/freeipa/ticket/3488 --- ipaserver/install/ldapupdate.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'ipaserver/install/ldapupdate.py') diff --git a/ipaserver/install/ldapupdate.py b/ipaserver/install/ldapupdate.py index 42964c04..94a1fed0 100644 --- a/ipaserver/install/ldapupdate.py +++ b/ipaserver/install/ldapupdate.py @@ -693,10 +693,6 @@ class LDAPUpdate: added = False updated = False if not found: - # New entries get their orig_data set to the entry itself. We want to - # empty that so that everything appears new when generating the - # modlist - # entry.orig_data = {} try: if self.live_run: if len(entry): -- cgit