summaryrefslogtreecommitdiffstats
path: root/ipalib/constants.py
diff options
context:
space:
mode:
authorMartin Basti <mbasti@redhat.com>2016-05-12 10:54:20 +0200
committerMartin Basti <mbasti@redhat.com>2016-06-03 15:58:21 +0200
commitbae621415dd15a5569774cbc89ba1747b0d069dc (patch)
treef792a9fdafd84b69bb407cf718251251ed33fb5c /ipalib/constants.py
parent180d7458de60af3e9a7256f3242eec9031f4442b (diff)
downloadfreeipa-bae621415dd15a5569774cbc89ba1747b0d069dc.tar.gz
freeipa-bae621415dd15a5569774cbc89ba1747b0d069dc.tar.xz
freeipa-bae621415dd15a5569774cbc89ba1747b0d069dc.zip
DNS Locations: location-* commands
http://www.freeipa.org/page/V4/DNS_Location_Mechanism 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 58f9b94eb..a2cbfdbcd 100644
--- a/ipalib/constants.py
+++ b/ipalib/constants.py
@@ -121,6 +121,7 @@ DEFAULT_CONFIG = (
('container_certprofile', DN(('cn', 'certprofiles'), ('cn', 'ca'))),
('container_topology', DN(('cn', 'topology'), ('cn', 'ipa'), ('cn', 'etc'))),
('container_caacl', DN(('cn', 'caacls'), ('cn', 'ca'))),
+ ('container_locations', DN(('cn', 'locations'), ('cn', 'etc'))),
# Ports, hosts, and URIs:
('xmlrpc_uri', 'http://localhost:8888/ipa/xml'),