summaryrefslogtreecommitdiffstats
path: root/ipaserver/install/ldapupdate.py
diff options
context:
space:
mode:
authorJan Cholasta <jcholast@redhat.com>2013-12-10 11:52:31 +0100
committerPetr Viktorin <pviktori@redhat.com>2014-01-10 14:41:39 +0100
commit4284a8349b4db3de2d67be6c201cd2490ad48a20 (patch)
treeecba327c13cf8a3695596fd71d83d76a5759ec49 /ipaserver/install/ldapupdate.py
parentaa66cd5f35bc0d5e857d9bb4d6b294ee582bfd22 (diff)
downloadfreeipa-4284a8349b4db3de2d67be6c201cd2490ad48a20.tar.gz
freeipa-4284a8349b4db3de2d67be6c201cd2490ad48a20.tar.xz
freeipa-4284a8349b4db3de2d67be6c201cd2490ad48a20.zip
Remove legacy LDAPEntry properties data and orig_data.
https://fedorahosted.org/freeipa/ticket/3488
Diffstat (limited to 'ipaserver/install/ldapupdate.py')
-rw-r--r--ipaserver/install/ldapupdate.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/ipaserver/install/ldapupdate.py b/ipaserver/install/ldapupdate.py
index 42964c04e..94a1fed00 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):