summaryrefslogtreecommitdiffstats
path: root/ipaserver/plugins/dns.py
diff options
context:
space:
mode:
authorMartin Basti <mbasti@redhat.com>2016-06-08 17:53:58 +0200
committerMartin Basti <mbasti@redhat.com>2016-06-17 15:22:24 +0200
commit87c23ba029df9227384b3f5e2028f3f0e429e9ab (patch)
tree76e0c9c0aae52b685f44f7b120c7adc0d7fbc39c /ipaserver/plugins/dns.py
parent745a2e6471b27faabeb5479b9d2845b18606d8b0 (diff)
downloadfreeipa-87c23ba029df9227384b3f5e2028f3f0e429e9ab.tar.gz
freeipa-87c23ba029df9227384b3f5e2028f3f0e429e9ab.tar.xz
freeipa-87c23ba029df9227384b3f5e2028f3f0e429e9ab.zip
DNS Locations: DNS data management
Adding module that allows to work with IPA DNS system records: * getting system records * updating system records * work with DNS locations https://fedorahosted.org/freeipa/ticket/2008 Reviewed-By: Petr Spacek <pspacek@redhat.com> Reviewed-By: Jan Cholasta <jcholast@redhat.com>
Diffstat (limited to 'ipaserver/plugins/dns.py')
-rw-r--r--ipaserver/plugins/dns.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipaserver/plugins/dns.py b/ipaserver/plugins/dns.py
index 5df363cc2..dea2ce9b8 100644
--- a/ipaserver/plugins/dns.py
+++ b/ipaserver/plugins/dns.py
@@ -2957,6 +2957,7 @@ class dnsrecord(LDAPObject):
object_name = _('DNS resource record')
object_name_plural = _('DNS resource records')
object_class = ['top', 'idnsrecord']
+ possible_objectclasses = ['idnsTemplateObject']
permission_filter_objectclasses = ['idnsrecord']
default_attributes = ['idnsname'] + _record_attributes
rdn_is_primary_key = True