mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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:
parent
b4ee7da8e9
commit
f9a8a30b27
@ -626,8 +626,9 @@ class ReplicationManager(object):
|
||||
|
||||
if iswinsync:
|
||||
self.setup_winsync_agmt(entry, win_subtree)
|
||||
else:
|
||||
entry['nsds5ReplicaStripAttrs'] = [" ".join(STRIP_ATTRS)]
|
||||
|
||||
entry['nsds5ReplicaStripAttrs'] = [" ".join(STRIP_ATTRS)]
|
||||
a_conn.add_entry(entry)
|
||||
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user