mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Configure ipa servers as an ntp server and clients to (by default) us the ipa server as an ntp server. Also corrected the messages about which ports should be opened.
18 lines
233 B
Makefile
18 lines
233 B
Makefile
NULL =
|
|
|
|
appdir = $(IPA_DATA_DIR)/ipaclient
|
|
app_PYTHON = \
|
|
__init__.py \
|
|
dnsclient.py \
|
|
ipachangeconf.py \
|
|
ipadiscovery.py \
|
|
ntpconf.py \
|
|
$(NULL)
|
|
|
|
EXTRA_DIST = \
|
|
$(NULL)
|
|
|
|
MAINTAINERCLEANFILES = \
|
|
*~ \
|
|
Makefile.in
|