mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-20 21:22:57 -06:00
6a2dfde086
Integrate new bind-dyndb-ldap features to automatically track DNS data changes: 1) Zone refresh Set --zone-refresh in installation to define number of seconds between bind-dyndb-ldap polls for new DNS zones. User now doesn't have to restart name server when a new zone is added. 2) New zone notifications Use LDAP persistent search mechanism to immediately get notification when any new DNS zone is added. Use --zone-notif install option to enable. This option is mutually exclusive with Zone refresh. To enable this functionality in existing IPA installations, update a list of arguments for bind-dyndb-ldap in /etc/named.conf. An example when zone refresh is disabled and DNS data change notifications (argument psearch of bind-dyndb-ldap) are enabled: dynamic-db "ipa" { ... arg "zone_refresh 0"; arg "psearch yes"; }; This patch requires bind-dyndb-ldap-1.0.0-0.1.b1 or later. https://fedorahosted.org/freeipa/ticket/826 |
||
---|---|---|
.. | ||
ipa-ca-install.1 | ||
ipa-compat-manage.1 | ||
ipa-compliance.1 | ||
ipa-csreplica-manage.1 | ||
ipa-dns-install.1 | ||
ipa-host-net-manage.1 | ||
ipa-ldap-updater.1 | ||
ipa-nis-manage.1 | ||
ipa-replica-conncheck.1 | ||
ipa-replica-install.1 | ||
ipa-replica-manage.1 | ||
ipa-replica-prepare.1 | ||
ipa-server-certinstall.1 | ||
ipa-server-install.1 | ||
ipa-upgradeconfig.8 | ||
ipactl.8 | ||
Makefile.am |