diff options
author | JR Aquino <jr.aquino@citrix.com> | 2011-09-16 10:23:02 -0700 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2011-11-14 05:30:06 -0500 |
commit | 714b0d11ec5e6d756739bfca2cdf3bad31979615 (patch) | |
tree | dab64b1bd3cc2826c209c861e3b8fac38901584f /install | |
parent | 20ad8fe1ba9b4a0f8ca9e365ac782895f6698c71 (diff) | |
download | freeipa-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')
-rwxr-xr-x | install/tools/ipa-replica-install | 1 | ||||
-rw-r--r-- | install/ui/test/data/json_metadata.json | 1 |
2 files changed, 1 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() diff --git a/install/ui/test/data/json_metadata.json b/install/ui/test/data/json_metadata.json index 482eb6c3b..f87ab114c 100644 --- a/install/ui/test/data/json_metadata.json +++ b/install/ui/test/data/json_metadata.json @@ -3273,6 +3273,7 @@ "nsds5replicaroot", "nsds5replicasessionpausetime", "nsds5replicatedattributelist", + "nsds5replicatedattributelisttotal", "nsds5replicatimeout", "nsds5replicatombstonepurgeinterval", "nsds5replicatransportinfo", |