From e0fe7323187df205c0994cc3fa4e0ee0b6445788 Mon Sep 17 00:00:00 2001 From: Jason Gerard DeRose Date: Wed, 11 Feb 2009 13:07:19 -0700 Subject: Added env.enable_ra variable and change cert.py and ra.py plugin modules to register plugins conditionally --- ipalib/constants.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ipalib/constants.py') 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! # ******************************************************** -- cgit