mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Server Upgrade: Update entries in order specified in file
Dictionary replaced with list. Particular upgrades are executed in the same order as they are specified in update a file. Different updates for the smae cn, are not merged into one upgrade https://fedorahosted.org/freeipa/ticket/4904 Reviewed-By: David Kupka <dkupka@redhat.com>
This commit is contained in:
committed by
Tomas Babej
parent
144bc6c1eb
commit
0c7274ead8
@@ -218,7 +218,7 @@ class update_uniqueness_plugins_to_new_syntax(PreUpdate):
|
||||
"plugin %s (%s)",
|
||||
entry.dn, e)
|
||||
|
||||
update_list.append({entry.dn: update})
|
||||
update_list.append(update)
|
||||
|
||||
return False, True, update_list
|
||||
|
||||
|
||||
Reference in New Issue
Block a user