mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Add fix for no-hbac-allow option in server install
This PR brings uniformity in option provided by no-hbac-allow and other options present in IPA server install script Fixes https://fedorahosted.org/freeipa/ticket/6357 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com> Reviewed-By: Stanislav Laznicka <slaznick@redhat.com> Reviewed-By: Jan Cholasta <jcholast@redhat.com> Reviewed-By: Tomas Krizek <tkrizek@redhat.com>
This commit is contained in:
committed by
Martin Basti
parent
5710ecddca
commit
a420592280
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user