mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-28 01:41:14 -06:00
d5966bde80
Update anonymous access ACI so that no users besides Trust Admins users can read AD Trust key attributes (ipaNTTrustAuthOutgoing, ipaNTTrustAuthIncoming). The change is applied both for updated IPA servers and new installations.
21 lines
315 B
Makefile
21 lines
315 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 \
|
|
$(NULL)
|
|
|
|
EXTRA_DIST = \
|
|
$(NULL)
|
|
|
|
MAINTAINERCLEANFILES = \
|
|
*~ \
|
|
Makefile.in
|