summaryrefslogtreecommitdiffstats
path: root/ipalib/__init__.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/__init__.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/__init__.py')
-rw-r--r--ipalib/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/__init__.py b/ipalib/__init__.py
index 0f9f54970..7fd886cbc 100644
--- a/ipalib/__init__.py
+++ b/ipalib/__init__.py
@@ -701,7 +701,7 @@ plugin (or plugins) is imported. For example:
1
>>> api.bootstrap(in_server=True) # We want to execute, not forward
>>> len(api.env)
-32
+36
`Env._bootstrap()`, which is called by `API.bootstrap()`, will create several
run-time variables that connot be overriden in configuration files or through