freeipa/ipaserver/install
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
..
__init__.py Change FreeIPA license to GPLv3+ 2010-12-20 17:19:53 -05:00
bindinstance.py Let Bind track data changes 2011-08-31 16:46:12 +02:00
cainstance.py enable proxy for dogtag 2011-08-29 17:54:49 -04:00
certs.py enable proxy for dogtag 2011-08-29 17:54:49 -04:00
dsinstance.py 34 Create FreeIPA CLI Plugin for the 389 Auto Membership plugin 2011-08-31 09:49:43 +02:00
httpinstance.py enable proxy for dogtag 2011-08-29 17:54:49 -04:00
installutils.py Add common is_installed() fn, better uninstall logging, check for errors. 2011-08-29 16:50:43 -04:00
krbinstance.py daemons: Remove ipa_kpasswd 2011-08-26 08:26:08 -04:00
ldapupdate.py 35 remove escapes from the cvs parser in ipaserver/install/ldapupdate https://fedorahosted.org/freeipa/ticket/1472 2011-07-19 09:44:04 +02:00
Makefile.am Have certmonger track the initial Apache and 389-ds server certs. 2010-09-09 16:38:45 -04:00
ntpinstance.py Change FreeIPA license to GPLv3+ 2010-12-20 17:19:53 -05:00
replication.py Clean up existing DN object usage 2011-07-29 13:13:55 +02:00
service.py daemons: Remove ipa_kpasswd 2011-08-26 08:26:08 -04:00
upgradeinstance.py Remove root autobind search restriction, fix upgrade logging & error handling. 2011-06-13 09:51:05 +02:00