diff options
author | Jason Gerard DeRose <jderose@redhat.com> | 2009-02-11 13:07:19 -0700 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2009-02-17 16:03:09 -0500 |
commit | e0fe7323187df205c0994cc3fa4e0ee0b6445788 (patch) | |
tree | a9ce7b1211174ef064004f2e4e547d05c94562b4 /ipalib/constants.py | |
parent | 0e6e11d2e3836f9667f1c5beda4487dbbeffc25b (diff) | |
download | freeipa-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/constants.py')
-rw-r--r-- | ipalib/constants.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ipalib/constants.py b/ipalib/constants.py index c3555bae..ab35eb4b 100644 --- a/ipalib/constants.py +++ b/ipalib/constants.py @@ -115,6 +115,9 @@ DEFAULT_CONFIG = ( ('prompt_all', False), ('interactive', True), + # Enable certain optional plugins: + ('enable_ra', False), + # ******************************************************** # The remaining keys are never set from the values here! # ******************************************************** |