summaryrefslogtreecommitdiffstats
path: root/ipalib/constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipalib/constants.py')
-rw-r--r--ipalib/constants.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/ipalib/constants.py b/ipalib/constants.py
index ed396de0..9aff5e26 100644
--- a/ipalib/constants.py
+++ b/ipalib/constants.py
@@ -112,7 +112,8 @@ DEFAULT_CONFIG = (
# CA plugin:
('ca_host', object), # Set in Env._finalize_core()
('ca_port', 9180),
- ('ca_ssl_port', 9443),
+ ('ca_agent_port', 9443),
+ ('ca_ee_port', 9444),
# Special CLI:
('prompt_all', False),
@@ -120,6 +121,7 @@ DEFAULT_CONFIG = (
# Enable certain optional plugins:
('enable_ra', False),
+ ('ra_plugin', 'selfsign'),
# ********************************************************
# The remaining keys are never set from the values here!