summaryrefslogtreecommitdiffstats
path: root/ipaserver/install/plugins/Makefile.am
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2012-02-22 16:02:19 -0500
committerMartin Kosek <mkosek@redhat.com>2012-02-23 15:54:59 +0100
commitecf544ea0b5e5f8cc8b1339268bb85da90a03f03 (patch)
tree11b2b0715def3b0862d66078cee62f712f3e53f3 /ipaserver/install/plugins/Makefile.am
parentb9e368553421e4ca7052ffbd4ce01926e8519196 (diff)
downloadfreeipa.git-ecf544ea0b5e5f8cc8b1339268bb85da90a03f03.tar.gz
freeipa.git-ecf544ea0b5e5f8cc8b1339268bb85da90a03f03.tar.xz
freeipa.git-ecf544ea0b5e5f8cc8b1339268bb85da90a03f03.zip
Make sure memberof is in replication attribute exclusion list.
A previous bug caused this attribute to not be added which would lead to unnecessary replication. This runs as an updater plugin. https://fedorahosted.org/freeipa/ticket/2223
Diffstat (limited to 'ipaserver/install/plugins/Makefile.am')
-rw-r--r--ipaserver/install/plugins/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipaserver/install/plugins/Makefile.am b/ipaserver/install/plugins/Makefile.am
index a96d0be5..cfa84c36 100644
--- a/ipaserver/install/plugins/Makefile.am
+++ b/ipaserver/install/plugins/Makefile.am
@@ -4,6 +4,7 @@ appdir = $(pythondir)/ipaserver/install
app_PYTHON = \
__init__.py \
baseupdate.py \
+ fix_replica_memberof.py \
rename_managed.py \
updateclient.py \
$(NULL)