summaryrefslogtreecommitdiffstats
path: root/ipalib/constants.py
diff options
context:
space:
mode:
authorMartin Basti <mbasti@redhat.com>2014-10-20 22:00:16 +0200
committerMartin Kosek <mkosek@redhat.com>2014-10-21 12:23:03 +0200
commit30bc3a55cf816cc5114ddbd102afa8b52f598dec (patch)
treec89ca145087bbd7189cc1d3aa29a837e20843c17 /ipalib/constants.py
parent9101cfa60f715d03bcb4b0c88a69899b102a16bc (diff)
downloadfreeipa-30bc3a55cf816cc5114ddbd102afa8b52f598dec.tar.gz
freeipa-30bc3a55cf816cc5114ddbd102afa8b52f598dec.tar.xz
freeipa-30bc3a55cf816cc5114ddbd102afa8b52f598dec.zip
DNSSEC: platform paths and services
Tickets: https://fedorahosted.org/freeipa/ticket/3801 https://fedorahosted.org/freeipa/ticket/4417 Design: https://fedorahosted.org/bind-dyndb-ldap/wiki/BIND9/Design/DNSSEC Reviewed-By: Jan Cholasta <jcholast@redhat.com> Reviewed-By: David Kupka <dkupka@redhat.com>
Diffstat (limited to 'ipalib/constants.py')
-rw-r--r--ipalib/constants.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipalib/constants.py b/ipalib/constants.py
index 325414b64..3375e46b4 100644
--- a/ipalib/constants.py
+++ b/ipalib/constants.py
@@ -97,6 +97,7 @@ DEFAULT_CONFIG = (
('container_hbacservice', DN(('cn', 'hbacservices'), ('cn', 'hbac'))),
('container_hbacservicegroup', DN(('cn', 'hbacservicegroups'), ('cn', 'hbac'))),
('container_dns', DN(('cn', 'dns'))),
+ ('container_dnssec_keys', DN(('cn','keys'), ('cn','sec'), ('cn', 'dns'))),
('container_virtual', DN(('cn', 'virtual operations'), ('cn', 'etc'))),
('container_sudorule', DN(('cn', 'sudorules'), ('cn', 'sudo'))),
('container_sudocmd', DN(('cn', 'sudocmds'), ('cn', 'sudo'))),