diff options
Diffstat (limited to 'ipalib/constants.py')
-rw-r--r-- | ipalib/constants.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ipalib/constants.py b/ipalib/constants.py index 13a60f2b..494e51a3 100644 --- a/ipalib/constants.py +++ b/ipalib/constants.py @@ -104,6 +104,10 @@ DEFAULT_CONFIG = ( ('ca_port', 9180), ('ca_ssl_port', 9443), + # Special CLI: + ('prompt_all', False), + ('interactive', True), + # ******************************************************** # The remaining keys are never set from the values here! # ******************************************************** |