summaryrefslogtreecommitdiffstats
path: root/ipalib/constants.py
diff options
context:
space:
mode:
authorJason Gerard DeRose <jderose@redhat.com>2009-01-22 10:59:46 -0700
committerRob Crittenden <rcritten@redhat.com>2009-02-03 15:29:00 -0500
commit12c4879613f51c90239be749a777f480310b1318 (patch)
treec96ffd243b600ecfe6be8db42ec12a4c89674d80 /ipalib/constants.py
parent6aadeb9aea60165d9c68b348dae4df456b00dfc4 (diff)
downloadfreeipa-12c4879613f51c90239be749a777f480310b1318.tar.gz
freeipa-12c4879613f51c90239be749a777f480310b1318.tar.xz
freeipa-12c4879613f51c90239be749a777f480310b1318.zip
Added ca_host, ca_port, and ca_ssl_port Env variables that Andrew requested
Diffstat (limited to 'ipalib/constants.py')
-rw-r--r--ipalib/constants.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/ipalib/constants.py b/ipalib/constants.py
index e229b466c..14f7f25d4 100644
--- a/ipalib/constants.py
+++ b/ipalib/constants.py
@@ -99,6 +99,11 @@ DEFAULT_CONFIG = (
('debug', False),
('mode', 'production'),
+ # CA plugin:
+ ('ca_host', object), # Set in Env._finalize_core()
+ ('ca_port', 9180),
+ ('ca_ssl_port', 9443),
+
# ********************************************************
# The remaining keys are never set from the values here!
# ********************************************************
@@ -116,6 +121,7 @@ DEFAULT_CONFIG = (
# raised.
# Set in Env.__init__():
+ ('host', object),
('ipalib', object), # The directory containing ipalib/__init__.py
('site_packages', object), # The directory contaning ipalib
('script', object), # sys.argv[0]