summaryrefslogtreecommitdiffstats
path: root/ipaserver/install/plugins/Makefile.am
diff options
context:
space:
mode:
authorTomas Babej <tbabej@redhat.com>2013-04-11 16:59:41 +0200
committerMartin Kosek <mkosek@redhat.com>2013-04-15 14:46:21 +0200
commit75f080132421d7f3cfe6f82ab0d446f563a5d7bf (patch)
tree9134fd7c03ca53453d68b03505a8319b1c2c45c2 /ipaserver/install/plugins/Makefile.am
parentb36380fff80d5a6755240bd65b6ef432ef2741e6 (diff)
downloadfreeipa.git-75f080132421d7f3cfe6f82ab0d446f563a5d7bf.tar.gz
freeipa.git-75f080132421d7f3cfe6f82ab0d446f563a5d7bf.tar.xz
freeipa.git-75f080132421d7f3cfe6f82ab0d446f563a5d7bf.zip
Add nfs:NONE to default PAC types only when needed
We need to add nfs:NONE as a default PAC type only if there's no other default PAC type for nfs. Adds a update plugin which determines whether default PAC type for nfs is set and adds nfs:NONE PAC type accordingly. https://fedorahosted.org/freeipa/ticket/3555
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 a0c62ca7..624e8268 100644
--- a/ipaserver/install/plugins/Makefile.am
+++ b/ipaserver/install/plugins/Makefile.am
@@ -10,6 +10,7 @@ app_PYTHON = \
updateclient.py \
update_services.py \
update_anonymous_aci.py \
+ update_pacs.py \
$(NULL)
EXTRA_DIST = \