summaryrefslogtreecommitdiffstats
path: root/ipalib/constants.py
diff options
context:
space:
mode:
authorMartin Basti <mbasti@redhat.com>2016-06-13 20:02:21 +0200
committerMartin Basti <mbasti@redhat.com>2016-06-17 15:22:24 +0200
commit2157ea0e6d0d762bdc71022ddd55045406c4b300 (patch)
tree312c488152c3d417f230906fb2476c4885bc17f7 /ipalib/constants.py
parent88a0952f26f9d1e2ee9d02126b27f3075dbad46a (diff)
downloadfreeipa-2157ea0e6d0d762bdc71022ddd55045406c4b300.tar.gz
freeipa-2157ea0e6d0d762bdc71022ddd55045406c4b300.tar.xz
freeipa-2157ea0e6d0d762bdc71022ddd55045406c4b300.zip
DNS Locations: dnsserver-* commands
New commands for manipulation with DNS server configuration were added: * dnsserver-show * dnsserver-mod * dnsserver-find https://fedorahosted.org/bind-dyndb-ldap/wiki/Design/PerServerConfigInLDAP https://fedorahosted.org/freeipa/ticket/2008 Reviewed-By: Petr Spacek <pspacek@redhat.com> Reviewed-By: Jan Cholasta <jcholast@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 05ba1adbb..bcddb5b97 100644
--- a/ipalib/constants.py
+++ b/ipalib/constants.py
@@ -123,6 +123,7 @@ DEFAULT_CONFIG = (
('container_caacl', DN(('cn', 'caacls'), ('cn', 'ca'))),
('container_locations', DN(('cn', 'locations'), ('cn', 'etc'))),
('container_ca', DN(('cn', 'cas'), ('cn', 'ca'))),
+ ('container_dnsservers', DN(('cn', 'servers'), ('cn', 'dns'))),
# Ports, hosts, and URIs:
('xmlrpc_uri', 'http://localhost:8888/ipa/xml'),