mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-28 01:41:14 -06:00
75f0801324
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
22 lines
334 B
Makefile
22 lines
334 B
Makefile
NULL =
|
|
|
|
appdir = $(pythondir)/ipaserver/install
|
|
app_PYTHON = \
|
|
__init__.py \
|
|
baseupdate.py \
|
|
fix_replica_agreements.py \
|
|
rename_managed.py \
|
|
dns.py \
|
|
updateclient.py \
|
|
update_services.py \
|
|
update_anonymous_aci.py \
|
|
update_pacs.py \
|
|
$(NULL)
|
|
|
|
EXTRA_DIST = \
|
|
$(NULL)
|
|
|
|
MAINTAINERCLEANFILES = \
|
|
*~ \
|
|
Makefile.in
|