diff options
author | Rob Crittenden <rcritten@redhat.com> | 2009-04-22 14:28:57 -0400 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2009-05-26 14:25:52 -0400 |
commit | 0353be6810080e142395b248e82e2bcd5e9ab41b (patch) | |
tree | 34351390b3e4caba92a47454efbbf79f772ad675 /ipalib/constants.py | |
parent | 85bc20b0df9977d0b1d3dd7483c7ebb1893df40b (diff) | |
download | freeipa-0353be6810080e142395b248e82e2bcd5e9ab41b.tar.gz freeipa-0353be6810080e142395b248e82e2bcd5e9ab41b.tar.xz freeipa-0353be6810080e142395b248e82e2bcd5e9ab41b.zip |
Dogtag keeps telling me to use port 9444 and not 9443, use it.
Diffstat (limited to 'ipalib/constants.py')
-rw-r--r-- | ipalib/constants.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/constants.py b/ipalib/constants.py index 1016386d..5d706383 100644 --- a/ipalib/constants.py +++ b/ipalib/constants.py @@ -111,7 +111,7 @@ DEFAULT_CONFIG = ( # CA plugin: ('ca_host', object), # Set in Env._finalize_core() ('ca_port', 9180), - ('ca_ssl_port', 9443), + ('ca_ssl_port', 9444), # Special CLI: ('prompt_all', False), |