mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-26 00:41:25 -06:00
52f69aaa8a
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 |
||
---|---|---|
.. | ||
10-60basev2.update | ||
10-60basev3.update | ||
10-bind-schema.update | ||
10-config.update | ||
10-RFC2307bis.update | ||
10-RFC4876.update | ||
10-schema_compat.update | ||
10-selinuxusermap.update | ||
10-ssh.update | ||
10-sudo.update | ||
19-managed-entries.update | ||
20-aci.update | ||
20-dna.update | ||
20-host_nis_groups.update | ||
20-indices.update | ||
20-nss_ldap.update | ||
20-replication.update | ||
20-user_private_groups.update | ||
20-winsync_index.update | ||
21-replicas_container.update | ||
30-policy.update | ||
30-s4u2proxy.update | ||
40-automember.update | ||
40-delegation.update | ||
40-dns.update | ||
45-roles.update | ||
50-groupuuid.update | ||
50-hbacservice.update | ||
50-ipaconfig.update | ||
50-lockout-policy.update | ||
50-nis.update | ||
55-pbacmemberof.update | ||
60-trusts.update | ||
61-trusts-s4u2proxy.update | ||
Makefile.am | ||
README |
The update files are sorted before being processed because there are cases where order matters (such as getting schema added first, creating parent entries, etc). 10 - 20: Schema 20 - 30: FDS Configuration, new indices 30 - 40: Structual elements of the DIT 40 - 50: Pre-loaded data