summaryrefslogtreecommitdiffstats
path: root/ipaserver/install/plugins/Makefile.am
diff options
context:
space:
mode:
authorPetr Viktorin <pviktori@redhat.com>2012-07-17 10:09:35 -0400
committerRob Crittenden <rcritten@redhat.com>2012-09-04 05:30:57 -0400
commit2ede70b7209c0c85642600a60642887096a96530 (patch)
treebd361c896d6602af17c1f147fd68b602c65fb908 /ipaserver/install/plugins/Makefile.am
parent208e6930de94f56264f5964411bbe1b0d6684516 (diff)
downloadfreeipa-2ede70b7209c0c85642600a60642887096a96530.tar.gz
freeipa-2ede70b7209c0c85642600a60642887096a96530.tar.xz
freeipa-2ede70b7209c0c85642600a60642887096a96530.zip
Add nsds5ReplicaStripAttrs to replica agreements
Generalize the fix_replica_memberof update plugin to allow updating more replication attributes. Add nsds5ReplicaStripAttrs to replication agreements on update and replica install. https://fedorahosted.org/freeipa/ticket/2534
Diffstat (limited to 'ipaserver/install/plugins/Makefile.am')
-rw-r--r--ipaserver/install/plugins/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipaserver/install/plugins/Makefile.am b/ipaserver/install/plugins/Makefile.am
index e3b2e989b..9670273c8 100644
--- a/ipaserver/install/plugins/Makefile.am
+++ b/ipaserver/install/plugins/Makefile.am
@@ -4,7 +4,7 @@ appdir = $(pythondir)/ipaserver/install
app_PYTHON = \
__init__.py \
baseupdate.py \
- fix_replica_memberof.py \
+ fix_replica_agreements.py \
rename_managed.py \
dns.py \
updateclient.py \