mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Dogtag keeps telling me to use port 9444 and not 9443, use it.
This commit is contained in:
@@ -111,7 +111,7 @@ DEFAULT_CONFIG = (
|
|||||||
# CA plugin:
|
# CA plugin:
|
||||||
('ca_host', object), # Set in Env._finalize_core()
|
('ca_host', object), # Set in Env._finalize_core()
|
||||||
('ca_port', 9180),
|
('ca_port', 9180),
|
||||||
('ca_ssl_port', 9443),
|
('ca_ssl_port', 9444),
|
||||||
|
|
||||||
# Special CLI:
|
# Special CLI:
|
||||||
('prompt_all', False),
|
('prompt_all', False),
|
||||||
|
|||||||
Reference in New Issue
Block a user