diff options
author | Martin Kosek <mkosek@redhat.com> | 2012-02-24 09:35:12 +0100 |
---|---|---|
committer | Martin Kosek <mkosek@redhat.com> | 2012-02-24 09:40:36 +0100 |
commit | 1816643a43802ca2a353930cb2bbb2781b39c80f (patch) | |
tree | bdd5a1a949e8d4d229d459eb6971bc7f4a50b8ba /install/updates/Makefile.am | |
parent | d4a1dc5712cd2fa9e028a43e5b7146891e5012f0 (diff) | |
download | freeipa-1816643a43802ca2a353930cb2bbb2781b39c80f.tar.gz freeipa-1816643a43802ca2a353930cb2bbb2781b39c80f.tar.xz freeipa-1816643a43802ca2a353930cb2bbb2781b39c80f.zip |
Update schema for bind-dyndb-ldap
Add new attributes and objectclasses to support new features:
- global bind-dyndb-ldap settings in LDAP
- conditional per-zone forwarding
- per-zone configuration of automatic PTR updates
- AllowQuery and AllowTransfer ACIs
https://fedorahosted.org/freeipa/ticket/2215
https://fedorahosted.org/freeipa/ticket/2072
Diffstat (limited to 'install/updates/Makefile.am')
-rw-r--r-- | install/updates/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/install/updates/Makefile.am b/install/updates/Makefile.am index c8d4a0548..e1eb35a9e 100644 --- a/install/updates/Makefile.am +++ b/install/updates/Makefile.am @@ -10,6 +10,7 @@ app_DATA = \ 10-selinuxusermap.update \ 10-sudo.update \ 10-ssh.update \ + 10-bind-schema.update \ 19-managed-entries.update \ 20-aci.update \ 20-dna.update \ |