summaryrefslogtreecommitdiffstats
path: root/install/tools/ipa-replica-install
diff options
context:
space:
mode:
authorJR Aquino <jr.aquino@citrix.com>2011-09-16 10:23:02 -0700
committerRob Crittenden <rcritten@redhat.com>2011-11-14 05:30:06 -0500
commit714b0d11ec5e6d756739bfca2cdf3bad31979615 (patch)
treedab64b1bd3cc2826c209c861e3b8fac38901584f /install/tools/ipa-replica-install
parent20ad8fe1ba9b4a0f8ca9e365ac782895f6698c71 (diff)
downloadfreeipa-714b0d11ec5e6d756739bfca2cdf3bad31979615.tar.gz
freeipa-714b0d11ec5e6d756739bfca2cdf3bad31979615.tar.xz
freeipa-714b0d11ec5e6d756739bfca2cdf3bad31979615.zip
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>
Diffstat (limited to 'install/tools/ipa-replica-install')
-rwxr-xr-xinstall/tools/ipa-replica-install1
1 files changed, 0 insertions, 1 deletions
diff --git a/install/tools/ipa-replica-install b/install/tools/ipa-replica-install
index c2018f4d5..9fddb7584 100755
--- a/install/tools/ipa-replica-install
+++ b/install/tools/ipa-replica-install
@@ -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()