summaryrefslogtreecommitdiffstats
path: root/ipaserver/install/ldapupdate.py
diff options
context:
space:
mode:
authorMartin Basti <mbasti@redhat.com>2015-04-16 15:32:01 +0200
committerPetr Vobornik <pvoborni@redhat.com>2015-05-05 11:47:49 +0200
commit81df7b501e9adca119f671a6466a52a9e38503f2 (patch)
tree95993fdaadecfd53f20d69cffbb2c77ff035b6ac /ipaserver/install/ldapupdate.py
parent26c1851e98f31f11cf52b36bcb7e399ccbb2af17 (diff)
downloadfreeipa-81df7b501e9adca119f671a6466a52a9e38503f2.tar.gz
freeipa-81df7b501e9adca119f671a6466a52a9e38503f2.tar.xz
freeipa-81df7b501e9adca119f671a6466a52a9e38503f2.zip
Server Upgrade: fix a comment in ldapupdater
DN sorting was removed in previous patches https://fedorahosted.org/freeipa/ticket/4904 Reviewed-By: David Kupka <dkupka@redhat.com>
Diffstat (limited to 'ipaserver/install/ldapupdate.py')
-rw-r--r--ipaserver/install/ldapupdate.py7
1 files changed, 1 insertions, 6 deletions
diff --git a/ipaserver/install/ldapupdate.py b/ipaserver/install/ldapupdate.py
index 1f30f4b21..171cb904f 100644
--- a/ipaserver/install/ldapupdate.py
+++ b/ipaserver/install/ldapupdate.py
@@ -769,12 +769,7 @@ class LDAPUpdate:
def _delete_record(self, updates):
"""
- Run through all the updates again looking for any that should be
- deleted.
-
- This must use a reversed list so that the longest entries are
- considered first so we don't end up trying to delete a parent
- and child in the wrong order.
+ Delete record
"""
dn = updates['dn']