mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-25 16:31:08 -06:00
a0d8d87b97
Add missing schema for GUI Config, and missing objectclass for cn=accounts container
36 lines
661 B
Makefile
36 lines
661 B
Makefile
NULL =
|
|
|
|
appdir = $(IPA_DATA_DIR)
|
|
app_DATA = \
|
|
60kerberos.ldif \
|
|
60samba.ldif \
|
|
60radius.ldif \
|
|
60ipaconfig.ldif \
|
|
bootstrap-template.ldif \
|
|
default-aci.ldif \
|
|
kerberos.ldif \
|
|
indeces.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 \
|
|
ntp.conf.server.template \
|
|
radius.radiusd.conf.template \
|
|
referint-conf.ldif \
|
|
dna-posix.ldif \
|
|
master-entry.ldif \
|
|
memberof-task.ldif \
|
|
$(NULL)
|
|
|
|
EXTRA_DIST = \
|
|
$(app_DATA) \
|
|
$(NULL)
|
|
|
|
MAINTAINERCLEANFILES = \
|
|
*~ \
|
|
Makefile.in
|