Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
DescriptionAbhijeet Kasurde
2016-09-16 09:24:08 UTC
Description of problem:
--no_hback_allow option in ipa-server-install contains underscore "_" as opposed to all other options which contains hypen "-"
[root@ipamaster /]# ipa-server-install --help |grep no_
--no_hbac_allow Don't install allow_all HBAC rule
Version-Release number of selected component (if applicable):
ipa-server-4.4.0-11.el7.x86_64
How reproducible:
100%
Steps to Reproduce:
1. ipa-server-install --help | grep no_hbac
Actual results:
Option --no_hbac_allow contains underscore as opposed to all other options
Expected results:
Replace underscore with hypen
This is a very old option.
But I agree that in is not consistent. Any fix should keep the old option for backwards compatibility - it can be hidden in help though. An then new option with proper name created.
Tested on RHEL7.4 using
ipa-server-4.5.0-13.el7.x86_64
sssd-1.15.2-35.el7.x86_64
389-ds-base-1.3.6.1-14.el7.x86_64
pki-server-10.4.1-4.el7.noarch
pki-ca-10.4.1-4.el7.noarch
selinux-policy-3.13.1-152.el7.noarch
[root@master ~]# ipa-server-install -no_hbac_allow
Usage: ipa-server-install [options]
ipa-server-install: error: option --domain: only letters, numbers, '-' are allowed. DNS label may not start or end with '-'
ipa.ipapython.install.cli.install_tool(CompatServerMasterInstall): ERROR The ipa-server-install command failed. See /var/log/ipaserver-install.log for more information
[root@master ~]# ipa-server-install --no-hbac-allow
Configuring testrelm.test as NIS domain.
Client configuration complete.
The ipa-client-install command was successful
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory, and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://access.redhat.com/errata/RHBA-2017:2304
Description of problem: --no_hback_allow option in ipa-server-install contains underscore "_" as opposed to all other options which contains hypen "-" [root@ipamaster /]# ipa-server-install --help |grep no_ --no_hbac_allow Don't install allow_all HBAC rule Version-Release number of selected component (if applicable): ipa-server-4.4.0-11.el7.x86_64 How reproducible: 100% Steps to Reproduce: 1. ipa-server-install --help | grep no_hbac Actual results: Option --no_hbac_allow contains underscore as opposed to all other options Expected results: Replace underscore with hypen