-
Bug
-
Resolution: Unresolved
-
Undefined
-
rhel-10.0
-
None
What were you trying to do that didn't work?
idrange-add require all the following
- base-id
- range-size
- rid-base
- secondary-rid-base
So far, the help looks like
# ipa idrange-add --help Usage: ipa [global-options] idrange-add NAME [options] Add new ID range. To add a new ID range you always have to specify --base-id --range-size Additionally --rid-base --secondary-rid-base
Since all 4 options are required, it will be more clear to remove the Additionally so the help look like this
To add a new ID range you always have to specify
--base-id
--range-size
--rid-base
--secondary-rid-base
What is the impact of this issue to you?
I mistakenly intepret the --rid-base and --secondary-rid-base as optional
Please provide the package NVR for which the bug is seen:
ipa-client-4.12.2-1.el9_5.4.x86_64
How reproducible is this bug?:
Always
Steps to reproduce
- ipa idrange-add --help
Expected results
The help look like
To add a new ID range you always have to specify
--base-id
--range-size
--rid-base
--secondary-rid-base
Actual results
The help looked like
To add a new ID range you always have to specify
--base-id
--range-size
Additionally
--rid-base
--secondary-rid-base
- relates to
-
RHEL-79820 [ansbile-freeipa] Ensure ipaidrange required parameters are correct on recent versions of IPA [rhel-9]
-
- Planning
-