Bug 1999017
| Summary: | subid-range is displayed in 'idrange-find' after uninstall-install of ipa-server. | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 9 | Reporter: | Sudhir Menon <sumenon> |
| Component: | ipa | Assignee: | François Cami <fcami> |
| Status: | CLOSED NOTABUG | QA Contact: | ipa-qe <ipa-qe> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 9.0 | CC: | fcami, rcritten, tscherf |
| Target Milestone: | rc | Flags: | pm-rhel:
mirror+
|
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-08-31 14:01:19 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Sudhir Menon
2021-08-30 09:15:31 UTC
Taking for investigating. I bet it's some kind of cache (sssd?). In fact, this is not a bug. On a freshly installed system, the two ranges are already present by design. Adding the subid range does not alter that. [root@ipa0 ~]# ipa subid-find ------------------------- 0 subordinate ids matched ------------------------- ---------------------------- Number of entries returned 0 ---------------------------- [root@ipa0 ~]# ipa idrange-find ---------------- 2 ranges matched ---------------- Range name: LAPTOP.EXAMPLE.ORG_id_range First Posix ID of the range: 860600000 Number of IDs in the range: 200000 Range type: local domain range Range name: LAPTOP.EXAMPLE.ORG_subid_range First Posix ID of the range: 2147483648 Number of IDs in the range: 2147352576 First RID of the corresponding RID range: 2147283648 Domain SID of the trusted domain: S-1-5-21-738065-838566-3831296979 Range type: Active Directory domain range ---------------------------- Number of entries returned 2 ---------------------------- [root@ipa0 ~]# ipa subid-generate ----------------------------------------------------------- Added subordinate id "582f9ded-1bf9-40f2-9474-558bae50855f" ----------------------------------------------------------- Unique ID: 582f9ded-1bf9-40f2-9474-558bae50855f Description: auto-assigned subid Owner: admin SubUID range start: 2147483648 SubUID range size: 65536 SubGID range start: 2147483648 SubGID range size: 65536 [root@ipa0 ~]# ipa subid-find ------------------------ 1 subordinate id matched ------------------------ Unique ID: 582f9ded-1bf9-40f2-9474-558bae50855f Owner: admin SubUID range start: 2147483648 SubUID range size: 65536 SubGID range start: 2147483648 SubGID range size: 65536 ---------------------------- Number of entries returned 1 ---------------------------- [root@ipa0 ~]# ipa idrange-find ---------------- 2 ranges matched ---------------- Range name: LAPTOP.EXAMPLE.ORG_id_range First Posix ID of the range: 860600000 Number of IDs in the range: 200000 Range type: local domain range Range name: LAPTOP.EXAMPLE.ORG_subid_range First Posix ID of the range: 2147483648 Number of IDs in the range: 2147352576 First RID of the corresponding RID range: 2147283648 Domain SID of the trusted domain: S-1-5-21-738065-838566-3831296979 Range type: Active Directory domain range ---------------------------- Number of entries returned 2 ---------------------------- |