mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-25 08:21:05 -06:00
de53d0a26e
The ipa-replica-install script will setup the DNS if user specifies the --setup-dns option. It will only add the zone into LDAP if the cn=dns,$SUFFIX container doesn't exist. For now, however, we do not add the records.
49 lines
951 B
Makefile
49 lines
951 B
Makefile
NULL =
|
|
|
|
appdir = $(IPA_DATA_DIR)
|
|
app_DATA = \
|
|
05rfc2247.ldif \
|
|
60kerberos.ldif \
|
|
60samba.ldif \
|
|
60radius.ldif \
|
|
60ipaconfig.ldif \
|
|
60basev2.ldif \
|
|
60policyv2.ldif \
|
|
anonymous-vlv.ldif \
|
|
bootstrap-template.ldif \
|
|
caJarSigningCert.cfg.template \
|
|
default-aci.ldif \
|
|
default-keytypes.ldif \
|
|
delegation.ldif \
|
|
dns.ldif \
|
|
dns_reverse.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 \
|
|
ntp.conf.server.template \
|
|
ntpd.sysconfig.template \
|
|
preferences.html.template \
|
|
referint-conf.ldif \
|
|
dna-posix.ldif \
|
|
master-entry.ldif \
|
|
memberof-task.ldif \
|
|
nis.uldif \
|
|
unique-attributes.ldif \
|
|
schema_compat.uldif \
|
|
$(NULL)
|
|
|
|
EXTRA_DIST = \
|
|
$(app_DATA) \
|
|
$(NULL)
|
|
|
|
MAINTAINERCLEANFILES = \
|
|
*~ \
|
|
Makefile.in
|