From 81df7b501e9adca119f671a6466a52a9e38503f2 Mon Sep 17 00:00:00 2001 From: Martin Basti Date: May 05 2015 09:47:49 +0000 Subject: Server Upgrade: fix a comment in ldapupdater DN sorting was removed in previous patches https://fedorahosted.org/freeipa/ticket/4904 Reviewed-By: David Kupka --- diff --git a/ipaserver/install/ldapupdate.py b/ipaserver/install/ldapupdate.py index 1f30f4b..171cb90 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']