freeipa/install/share/Makefile.am
Rob Crittenden c819b27f9e Rename 60sudo.ldif to 60ipasudo.ldif to not overwrite the 389-ds version.
This meant that the compat sudo schema was not available.

ticket 439
2010-11-09 13:30:45 -05:00

55 lines
1.0 KiB
Makefile

NULL =
appdir = $(IPA_DATA_DIR)
app_DATA = \
05rfc2247.ldif \
60kerberos.ldif \
60samba.ldif \
60radius.ldif \
60ipaconfig.ldif \
60basev2.ldif \
60ipasudo.ldif \
anonymous-vlv.ldif \
bootstrap-template.ldif \
caJarSigningCert.cfg.template \
default-aci.ldif \
default-hbac.ldif \
default-keytypes.ldif \
default-pwpolicy.ldif \
delegation.ldif \
dns.ldif \
kerberos.ldif \
indices.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 \
preferences.html.template \
referint-conf.ldif \
dna-posix.ldif \
dna-upg.ldif \
master-entry.ldif \
memberof-task.ldif \
memberof-conf.ldif \
nis.uldif \
unique-attributes.ldif \
schema_compat.uldif \
ldapi.ldif \
wsgi.py \
user_private_groups.ldif \
uuid-ipauniqueid.ldif \
modrdn-krbprinc.ldif \
$(NULL)
EXTRA_DIST = \
$(app_DATA) \
$(NULL)
MAINTAINERCLEANFILES = \
*~ \
Makefile.in