freeipa/install/tools
Martin Kosek 6a2dfde086 Let Bind track data changes
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
2011-08-31 16:46:12 +02:00
..
man Let Bind track data changes 2011-08-31 16:46:12 +02:00
ipa-ca-install enable proxy for dogtag 2011-08-29 17:54:49 -04:00
ipa-compat-manage Fix ipa-compat-manage not working after recent ipa-nis-manage change. 2011-07-22 10:38:49 +02:00
ipa-compliance Check IPA configuration in install tools 2011-07-18 09:36:43 +02:00
ipa-csreplica-manage Create tool to manage dogtag replication agreements 2011-07-17 22:16:32 -04:00
ipa-dns-install Let Bind track data changes 2011-08-31 16:46:12 +02:00
ipa-host-net-manage Use ldapi: instead of unsecured ldap: in ipa core tools. 2011-03-03 14:04:34 -05:00
ipa-ldap-updater Check IPA configuration in install tools 2011-07-18 09:36:43 +02:00
ipa-nis-manage Fix ipa-compat-manage not working after recent ipa-nis-manage change. 2011-07-22 10:38:49 +02:00
ipa-replica-conncheck Add port 9443 to replica port checking 2011-06-15 17:22:10 +02:00
ipa-replica-install Add option to install without the automatic redirect to the Web UI. 2011-08-18 23:24:29 -04:00
ipa-replica-manage Check IPA configuration in install tools 2011-07-18 09:36:43 +02:00
ipa-replica-prepare Fix typo in ipa-replica-prepare 2011-07-18 14:54:41 +02:00
ipa-server-certinstall Check IPA configuration in install tools 2011-07-18 09:36:43 +02:00
ipa-server-install Let Bind track data changes 2011-08-31 16:46:12 +02:00
ipa-upgradeconfig Fix IPA install for secure umask 2011-06-21 23:45:00 -04:00
ipactl Add common is_installed() fn, better uninstall logging, check for errors. 2011-08-29 16:50:43 -04:00
Makefile.am Create tool to manage dogtag replication agreements 2011-07-17 22:16:32 -04:00