Cause: DNS plugin does not allow setting query or transfer policy for a zone managed by IPA.
Consequence: Users could not control who can query or transfer the zones in the same way they do with zones stored in plain text files.
Fix: Users can set ACLs for every zone managed by IPA.
Result: User can control who can query their zones or run zone transfers.
FreeIPA schema should allow to specify following attributes for idnsZone attribute:
attributetype ( 2.16.840.1.113730.3.8.5.11
NAME 'idnsAllowQuery'
DESC 'BIND9 allow-query ACL element'
EQUALITY caseIgnoreIA5Match
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
attributetype ( 2.16.840.1.113730.3.8.5.12
NAME 'idnsAllowTransfer'
DESC 'BIND9 allow-transfer ACL element'
EQUALITY caseIgnoreIA5Match
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
Those attributes allows to set ACLs for querying/transfering DNS zone content.
Technical note added. If any revisions are required, please edit the "Technical Notes" field
accordingly. All revisions will be proofread by the Engineering Content Services team.
New Contents:
Cause: DNS plugin does not allow setting query or transfer policy for a zone managed by IPA.
Consequence: Users could not control who can query or transfer the zones in the same way they do with zones stored in plain text files.
Fix: Users can set ACLs for every zone managed by IPA.
Result: User can control who can query their zones or run zone transfers.
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory, and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
http://rhn.redhat.com/errata/RHBA-2012-0819.html
FreeIPA schema should allow to specify following attributes for idnsZone attribute: attributetype ( 2.16.840.1.113730.3.8.5.11 NAME 'idnsAllowQuery' DESC 'BIND9 allow-query ACL element' EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 ) attributetype ( 2.16.840.1.113730.3.8.5.12 NAME 'idnsAllowTransfer' DESC 'BIND9 allow-transfer ACL element' EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 ) Those attributes allows to set ACLs for querying/transfering DNS zone content.