freeipa/install/tools/man
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
..
ipa-ca-install.1 Make dogtag an optional (and default un-) installed component in a replica. 2011-06-23 19:04:33 -04:00
ipa-compat-manage.1 Fix to man page for ipa-compat-manage There was a typo for the manpage, this is a one liner to fix. 2010-12-21 17:51:41 -05:00
ipa-compliance.1 Add support for tracking and counting entitlements 2011-02-02 10:00:38 -05:00
ipa-csreplica-manage.1 Fix man page ipa-csreplica-manage 2011-07-25 10:55:33 +02:00
ipa-dns-install.1 Let Bind track data changes 2011-08-31 16:46:12 +02:00
ipa-host-net-manage.1 Change FreeIPA license to GPLv3+ 2010-12-20 17:19:53 -05:00
ipa-ldap-updater.1 The default groups we create should have ipaUniqueId set 2011-04-15 13:02:17 +02:00
ipa-nis-manage.1 Change FreeIPA license to GPLv3+ 2010-12-20 17:19:53 -05:00
ipa-replica-conncheck.1 Connection check program for replica installation 2011-06-08 09:29:52 +02:00
ipa-replica-install.1 Add option to install without the automatic redirect to the Web UI. 2011-08-18 23:24:29 -04:00
ipa-replica-manage.1 Document that deleting and re-adding a replica requires a dirsrv restart. 2011-05-26 09:48:54 -04:00
ipa-replica-prepare.1 Fix creation of reverse DNS zones. 2011-07-15 16:42:16 +02:00
ipa-server-certinstall.1 Change FreeIPA license to GPLv3+ 2010-12-20 17:19:53 -05:00
ipa-server-install.1 Let Bind track data changes 2011-08-31 16:46:12 +02:00
ipa-upgradeconfig.8 Change FreeIPA license to GPLv3+ 2010-12-20 17:19:53 -05:00
ipactl.8 Add information on setting api.env.host in the ipactl.8 man page 2011-08-19 08:38:33 +02:00
Makefile.am daemons: Remove ipa_kpasswd 2011-08-26 08:26:08 -04:00