-
Bug
-
Resolution: Unresolved
-
Undefined
-
rhel-10.0
-
ipa-4.12.2-19.el10
-
No
-
Moderate
-
1
-
rhel-idm-ipa
-
ssg_idm
-
16
-
18
-
2
-
QE ack, Dev ack
-
False
-
False
-
-
No
-
2025-Q2-Bravo-S6
-
Pass
-
Automated
-
Unspecified Release Note Type - Unknown
-
Unspecified
-
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
- links to
-
RHBA-2025:148636 ipa bug fix and enhancement update