summaryrefslogtreecommitdiffstats
path: root/ipalib/constants.py
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2014-10-21 10:57:08 -0400
committerJan Cholasta <jcholast@redhat.com>2015-05-25 06:17:09 +0000
commitfde21adcbd62b9a300740d9ba237ca9e89a905e4 (patch)
treea96d5a5a9101d2eae16bab8c8fcc7188ee045f92 /ipalib/constants.py
parent5f04da35dfd324686cce33c552839231cc5eba43 (diff)
downloadfreeipa-fde21adcbd62b9a300740d9ba237ca9e89a905e4.tar.gz
freeipa-fde21adcbd62b9a300740d9ba237ca9e89a905e4.tar.xz
freeipa-fde21adcbd62b9a300740d9ba237ca9e89a905e4.zip
Added vault plugin.
A new plugin has been added to manage vaults. Test scripts have also been added to verify the functionality. https://fedorahosted.org/freeipa/ticket/3872 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 f1e14702f..195938a35 100644
--- a/ipalib/constants.py
+++ b/ipalib/constants.py
@@ -99,6 +99,7 @@ DEFAULT_CONFIG = (
('container_hbacservice', DN(('cn', 'hbacservices'), ('cn', 'hbac'))),
('container_hbacservicegroup', DN(('cn', 'hbacservicegroups'), ('cn', 'hbac'))),
('container_dns', DN(('cn', 'dns'))),
+ ('container_vault', DN(('cn', 'vaults'))),
('container_virtual', DN(('cn', 'virtual operations'), ('cn', 'etc'))),
('container_sudorule', DN(('cn', 'sudorules'), ('cn', 'sudo'))),
('container_sudocmd', DN(('cn', 'sudocmds'), ('cn', 'sudo'))),