diff options
author | Martin Kosek <mkosek@redhat.com> | 2012-06-27 13:10:10 +0200 |
---|---|---|
committer | Martin Kosek <mkosek@redhat.com> | 2012-06-28 15:21:21 +0200 |
commit | 52f69aaa8ab4d633bbeb96799bf96e8a715d0ae0 (patch) | |
tree | b5c8661fbf84e32854184b6f378090849767489d /ipa-compliance.cron | |
parent | 302d5afe8b16464a26fd9e477b06b71c3b215cf2 (diff) | |
download | freeipa-52f69aaa8ab4d633bbeb96799bf96e8a715d0ae0.tar.gz freeipa-52f69aaa8ab4d633bbeb96799bf96e8a715d0ae0.tar.xz freeipa-52f69aaa8ab4d633bbeb96799bf96e8a715d0ae0.zip |
Per-domain DNS record permissions
IPA implements read/write permissions for DNS record or zones.
Provided set of permissions and privileges can, however, only grant
access to the whole DNS tree, which may not be appropriate.
Administrators may miss more fine-grained permissions allowing
them to delegate access per-zone.
Create a new IPA auxiliary objectclass ipaDNSZone allowing
a managedBy attribute for a DNS zone. This attribute will hold
a group DN (in this case a permission) which allows its members
to read or write in a zone. Member permissions in given zone
will only have 2 limitations:
1) Members cannot delete the zone
2) Members cannot edit managedBy attribute
Current DNS deny ACI used to enforce read access is removed so that
DNS privileges are based on allow ACIs only, which is much more
flexible approach as deny ACIs have always precedence and limit
other extensions. Per-zone access is allowed in 3 generic ACIs
placed in cn=dns,$SUFFIX so that no special ACIs has to be added
to DNS zones itselves.
2 new commands have been added which allows an administrator to
create the system permission allowing the per-zone access and
fill a zone's managedBy attribute:
* dnszone-add-permission: Add per-zone permission
* dnszone-remove-permission: Remove per-zone permission
https://fedorahosted.org/freeipa/ticket/2511
Diffstat (limited to 'ipa-compliance.cron')
0 files changed, 0 insertions, 0 deletions