summaryrefslogtreecommitdiffstats
path: root/ipalib/constants.py
diff options
context:
space:
mode:
authorTomas Babej <tbabej@redhat.com>2014-07-31 11:52:04 +0200
committerTomas Babej <tbabej@redhat.com>2014-09-17 14:41:50 +0200
commit6200b8786fc4db9623aaefe728b768d119767096 (patch)
tree262bb3c72c3b09713aefc26660dd61ac1fee008d /ipalib/constants.py
parent4f44efb40acce8023405cdc09f5e52346455ac98 (diff)
downloadfreeipa-6200b8786fc4db9623aaefe728b768d119767096.tar.gz
freeipa-6200b8786fc4db9623aaefe728b768d119767096.tar.xz
freeipa-6200b8786fc4db9623aaefe728b768d119767096.zip
idviews: Create container for ID views under cn=accounts
Part of: https://fedorahosted.org/freeipa/ticket/3979
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 8af221328..b24ff0dd4 100644
--- a/ipalib/constants.py
+++ b/ipalib/constants.py
@@ -113,6 +113,7 @@ DEFAULT_CONFIG = (
('container_realm_domains', DN(('cn', 'Realm Domains'), ('cn', 'ipa'), ('cn', 'etc'))),
('container_otp', DN(('cn', 'otp'))),
('container_radiusproxy', DN(('cn', 'radiusproxy'))),
+ ('container_views', DN(('cn', 'views'), ('cn', 'accounts'))),
# Ports, hosts, and URIs:
('xmlrpc_uri', 'http://localhost:8888/ipa/xml'),