mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-26 16:16:31 -06:00
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>
This commit is contained in:
parent
26c1851e98
commit
81df7b501e
@ -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']
|
||||
|
Loading…
Reference in New Issue
Block a user