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:
JR Aquino
2011-11-14 05:30:06 -05:00
committed by Rob Crittenden
parent 20ad8fe1ba
commit 714b0d11ec
4 changed files with 30 additions and 6 deletions
-1
View File
@@ -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()