mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2026-09-03 20:52:56 -05:00
Replication: Adjust replica installation to omit processing memberof computations
https://fedorahosted.org/freeipa/ticket/1794 If the master does not yet support the total update list feature we still run the memberof fixup task and not fail to replicate due to the new attribute not being settable. Jointly-developed-with: Simo Sorce <ssorce@redhat.com> Jointly-developed-with: Nathank Kinder <nkinder@redhat.com>
This commit is contained in:
committed by
Rob Crittenden
parent
20ad8fe1ba
commit
714b0d11ec
@@ -469,7 +469,6 @@ def main():
|
||||
raise RuntimeError("Failed to configure the client")
|
||||
|
||||
ds.replica_populate()
|
||||
ds.init_memberof()
|
||||
|
||||
#Everything installed properly, activate ipa service.
|
||||
ipaservices.knownservices.ipa.enable()
|
||||
|
||||
Reference in New Issue
Block a user