mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-25 08:21:05 -06:00
d9c4ba5a30
The DS plugin does config checking when adding new entries online so we are dropping the Posix subtree.
44 lines
842 B
Makefile
44 lines
842 B
Makefile
NULL =
|
|
|
|
appdir = $(IPA_DATA_DIR)
|
|
app_DATA = \
|
|
05rfc2247.ldif \
|
|
60kerberos.ldif \
|
|
60samba.ldif \
|
|
60radius.ldif \
|
|
60ipaconfig.ldif \
|
|
60basev2.ldif \
|
|
60policyv2.ldif \
|
|
bootstrap-template.ldif \
|
|
default-aci.ldif \
|
|
default-keytypes.ldif \
|
|
kerberos.ldif \
|
|
indices.ldif \
|
|
bind.named.conf.template \
|
|
bind.zone.db.template \
|
|
certmap.conf.template \
|
|
dna-conf.ldif \
|
|
kdc.conf.template \
|
|
krb5.conf.template \
|
|
krb5.ini.template \
|
|
krb.con.template \
|
|
krbrealm.con.template \
|
|
ntp.conf.server.template \
|
|
ntpd.sysconfig.template \
|
|
preferences.html.template \
|
|
referint-conf.ldif \
|
|
dna-posix.ldif \
|
|
master-entry.ldif \
|
|
memberof-task.ldif \
|
|
unique-attributes.ldif \
|
|
schema_compat.uldif \
|
|
$(NULL)
|
|
|
|
EXTRA_DIST = \
|
|
$(app_DATA) \
|
|
$(NULL)
|
|
|
|
MAINTAINERCLEANFILES = \
|
|
*~ \
|
|
Makefile.in
|