summaryrefslogtreecommitdiffstats
path: root/ipalib/constants.py
diff options
context:
space:
mode:
authorChristian Heimes <cheimes@redhat.com>2016-08-08 16:06:08 +0200
committerMartin Basti <mbasti@redhat.com>2016-08-24 14:26:57 +0200
commitc346a2d1d19dea645d5afbc9578e7d6049d36275 (patch)
treecddc8b1e533eb6d5d4dec3d483322497de260f50 /ipalib/constants.py
parent775c37bb812604496594524d8c6c7d936b4d3b15 (diff)
downloadfreeipa-c346a2d1d19dea645d5afbc9578e7d6049d36275.tar.gz
freeipa-c346a2d1d19dea645d5afbc9578e7d6049d36275.tar.xz
freeipa-c346a2d1d19dea645d5afbc9578e7d6049d36275.zip
Remove Custodia server keys from LDAP
The server-del plugin now removes the Custodia keys for encryption and key signing from LDAP. https://fedorahosted.org/freeipa/ticket/6015 Reviewed-By: Martin Basti <mbasti@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 0574bb3aa..9b351e260 100644
--- a/ipalib/constants.py
+++ b/ipalib/constants.py
@@ -124,6 +124,7 @@ DEFAULT_CONFIG = (
('container_locations', DN(('cn', 'locations'), ('cn', 'etc'))),
('container_ca', DN(('cn', 'cas'), ('cn', 'ca'))),
('container_dnsservers', DN(('cn', 'servers'), ('cn', 'dns'))),
+ ('container_custodia', DN(('cn', 'custodia'), ('cn', 'ipa'), ('cn', 'etc'))),
# Ports, hosts, and URIs:
('xmlrpc_uri', 'http://localhost:8888/ipa/xml'),