summaryrefslogtreecommitdiffstats
path: root/install/tools/ipa-csreplica-manage
diff options
context:
space:
mode:
authorSimo Sorce <ssorce@redhat.com>2012-01-04 13:50:19 -0500
committerSimo Sorce <ssorce@redhat.com>2012-01-13 10:22:38 -0500
commit0d3cd4c3840c1e67adc85f17debe0f6c5f04b309 (patch)
tree2e1899fa286ebdac1c6d1cf4677b29e57a3f577d /install/tools/ipa-csreplica-manage
parent95f3ec5d7053a54a393daf1f7d9a93be9d8a64fe (diff)
downloadfreeipa-0d3cd4c3840c1e67adc85f17debe0f6c5f04b309.tar.gz
freeipa-0d3cd4c3840c1e67adc85f17debe0f6c5f04b309.tar.xz
freeipa-0d3cd4c3840c1e67adc85f17debe0f6c5f04b309.zip
Fix replication setup
Changes to add a cs-replication management tool mistakenly always set a flag that caused replicas to not add the list of attribute we exclude from replication.
Diffstat (limited to 'install/tools/ipa-csreplica-manage')
-rwxr-xr-xinstall/tools/ipa-csreplica-manage2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/tools/ipa-csreplica-manage b/install/tools/ipa-csreplica-manage
index 0178f18b3..ac39b70fa 100755
--- a/install/tools/ipa-csreplica-manage
+++ b/install/tools/ipa-csreplica-manage
@@ -334,7 +334,7 @@ def add_link(realm, replica1, replica2, dirman_passwd, options):
except Exception, e:
sys.exit("Failed to get data from '%s': %s" % (replica1, convert_error(e)))
- repl1.setup_replication(replica2, PORT, 0, "cn=Directory Manager", dirman_passwd, True)
+ repl1.setup_replication(replica2, PORT, 0, "cn=Directory Manager", dirman_passwd, True, True)
print "Connected '%s' to '%s'" % (replica1, replica2)
def re_initialize(realm, options):