diff options
author | Martin Kosek <mkosek@redhat.com> | 2012-10-29 09:15:08 +0100 |
---|---|---|
committer | Martin Kosek <mkosek@redhat.com> | 2012-11-09 15:37:23 +0100 |
commit | 610594156eafee2d0ced3a4d0484e4436b6f973d (patch) | |
tree | bb9c641bc524cc3ddb345773543a7d40d656da1c /freeipa.spec.in | |
parent | 215fcdfd5e9e0cd26cf5d60254343e11c9148a1c (diff) | |
download | freeipa-610594156eafee2d0ced3a4d0484e4436b6f973d.tar.gz freeipa-610594156eafee2d0ced3a4d0484e4436b6f973d.tar.xz freeipa-610594156eafee2d0ced3a4d0484e4436b6f973d.zip |
Disable global forwarding per-zone
bind-dyndb-ldap allows disabling global forwarder per-zone. This may
be useful in a scenario when we do not want requests to delegated
sub-zones (like sub.example.com. in zone example.com.) to be routed
through global forwarder.
Few lines to help added to explain the feature to users too.
https://fedorahosted.org/freeipa/ticket/3209
Diffstat (limited to 'freeipa.spec.in')
-rw-r--r-- | freeipa.spec.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/freeipa.spec.in b/freeipa.spec.in index 90f78905a..3f4460323 100644 --- a/freeipa.spec.in +++ b/freeipa.spec.in @@ -181,7 +181,7 @@ Requires: policycoreutils >= %{POLICYCOREUTILSVER} # IPA but if it is configured we need a way to require versions # that work for us. %if 0%{?fedora} >= 18 -Conflicts: bind-dyndb-ldap < 1.1.0-0.16.rc1 +Conflicts: bind-dyndb-ldap < 2.3-2 %else Conflicts: bind-dyndb-ldap < 1.1.0-0.12.rc1 %endif @@ -829,6 +829,10 @@ fi %ghost %attr(0644,root,apache) %config(noreplace) %{_sysconfdir}/ipa/ca.crt %changelog +* Fri Nov 09 2012 Martin Kosek <mkosek@redhat.com> - 3.0.99-3 +- Set min for bind-dyndb-ldap to 2.3-2 to pick up disabling global + forwarder per-zone + * Fri Oct 26 2012 Sumit Bose <sbose@redhat.com> - 3.0.99-2 - Restart httpd in post install of server-trust-ad |