summaryrefslogtreecommitdiffstats
path: root/ipaserver/install/server/install.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipaserver/install/server/install.py')
-rw-r--r--ipaserver/install/server/install.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/ipaserver/install/server/install.py b/ipaserver/install/server/install.py
index 22328ef34..0015a8cb7 100644
--- a/ipaserver/install/server/install.py
+++ b/ipaserver/install/server/install.py
@@ -1288,7 +1288,8 @@ class Server(BaseServer):
no_hbac_allow = Knob(
bool, False,
description="Don't install allow_all HBAC rule",
- cli_name='no_hbac_allow',
+ cli_name='no-hbac-allow',
+ cli_aliases=['no_hbac_allow'],
)
ignore_topology_disconnect = Knob(