mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-16 19:31:55 -06:00
e40c583b12
http://hostname/config so users can point their MIT client at the IPA server and automatically fetch the configuration.
27 lines
436 B
Makefile
27 lines
436 B
Makefile
NULL =
|
|
|
|
appdir = $(IPA_DATA_DIR)
|
|
app_DATA = \
|
|
60kerberos.ldif \
|
|
60samba.ldif \
|
|
bootstrap-template.ldif \
|
|
default-aci.ldif \
|
|
kerberos.ldif \
|
|
bind.named.conf.template\
|
|
bind.zone.db.template \
|
|
certmap.conf.template \
|
|
kdc.conf.template \
|
|
krb5.conf.template \
|
|
krb5.ini.template \
|
|
krb.con.template \
|
|
krbrealm.con.template \
|
|
$(NULL)
|
|
|
|
EXTRA_DIST = \
|
|
$(app_DATA) \
|
|
$(NULL)
|
|
|
|
MAINTAINERCLEANFILES = \
|
|
*~ \
|
|
Makefile.in
|