diff --git a/ipalib/constants.py b/ipalib/constants.py index 80bbdbce0..81643da1b 100644 --- a/ipalib/constants.py +++ b/ipalib/constants.py @@ -221,6 +221,7 @@ DEFAULT_CONFIG = ( ('dot_ipa', object), # ~/.ipa directory ('context', object), # Name of context, default is 'default' ('confdir', object), # Directory containing config files + ('env_confdir', None), # conf dir specified by IPA_CONFDIR env variable ('conf', object), # File containing context specific config ('conf_default', object), # File containing context independent config ('plugins_on_demand', object), # Whether to finalize plugins on-demand (bool)