mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-25 16:31:08 -06:00
Fix bad merge of not calling memberof task when re-initializing a replica
https://fedorahosted.org/freeipa/ticket/2199
This commit is contained in:
parent
372d67ae81
commit
a6a83ec168
@ -415,7 +415,7 @@ def re_initialize(realm, thishost, fromhost, dirman_passwd):
|
||||
|
||||
# If the agreement doesn't have nsDS5ReplicatedAttributeListTotal it means
|
||||
# we did not replicate memberOf, do so now.
|
||||
if not entry[0].getValue('nsDS5ReplicatedAttributeListTotal'):
|
||||
if not agreement.getValue('nsDS5ReplicatedAttributeListTotal'):
|
||||
ds = dsinstance.DsInstance(realm_name = realm, dm_password = dirman_passwd)
|
||||
ds.init_memberof()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user