Fix regression which prevents creating a winsync agreement

A regression, which prevented creation of a winsync agreement,
was introduced in the original fix for ticket #3989.

https://fedorahosted.org/freeipa/ticket/3989
This commit is contained in:
Ana Krivokapic 2013-11-12 14:50:57 +01:00 committed by Martin Kosek
parent b4ee7da8e9
commit f9a8a30b27

View File

@ -626,8 +626,9 @@ class ReplicationManager(object):
if iswinsync: if iswinsync:
self.setup_winsync_agmt(entry, win_subtree) self.setup_winsync_agmt(entry, win_subtree)
else:
entry['nsds5ReplicaStripAttrs'] = [" ".join(STRIP_ATTRS)]
entry['nsds5ReplicaStripAttrs'] = [" ".join(STRIP_ATTRS)]
a_conn.add_entry(entry) a_conn.add_entry(entry)
try: try: