summaryrefslogtreecommitdiffstats
path: root/ipalib/__init__.py
diff options
context:
space:
mode:
authorJason Gerard DeRose <jderose@redhat.com>2009-02-11 13:07:19 -0700
committerRob Crittenden <rcritten@redhat.com>2009-02-17 16:03:09 -0500
commite0fe7323187df205c0994cc3fa4e0ee0b6445788 (patch)
treea9ce7b1211174ef064004f2e4e547d05c94562b4 /ipalib/__init__.py
parent0e6e11d2e3836f9667f1c5beda4487dbbeffc25b (diff)
downloadfreeipa-e0fe7323187df205c0994cc3fa4e0ee0b6445788.tar.gz
freeipa-e0fe7323187df205c0994cc3fa4e0ee0b6445788.tar.xz
freeipa-e0fe7323187df205c0994cc3fa4e0ee0b6445788.zip
Added env.enable_ra variable and change cert.py and ra.py plugin modules to register plugins conditionally
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 860ead6c..870c9c18 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)
-38
+39
`Env._bootstrap()`, which is called by `API.bootstrap()`, will create several
run-time variables that connot be overriden in configuration files or through