#8977 subid: subid-match displays the DN of the owner, not its UID.
Closed: fixed 2 years ago by frenaud. Opened 2 years ago by fcami.

Current output:

$ ipa subid-match --subuid=2147614720
------------------------
1 subordinate id matched
------------------------
  Unique ID: 34f9f100-3605-45e3-8f79-39f0bf6b9da0
  Owner: uid=admin,cn=users,cn=accounts,dc=laptop,dc=example,dc=org

Desired output:

# ipa subid-match --subuid=2147614720
------------------------
1 subordinate id matched
------------------------
  Unique ID: 34f9f100-3605-45e3-8f79-39f0bf6b9da0
  Owner: admin

Metadata Update from @fcami:
- Custom field on_review adjusted to https://github.com/freeipa/freeipa/pull/6001

2 years ago

master:

  • b624179 subid: subid-match: display the owner's ID not DN

ipa-4-9:

  • 4785a90 subid: subid-match: display the owner's ID not DN

Metadata Update from @frenaud:
- Issue close_status updated to: fixed
- Issue status updated to: Closed (was: Open)

2 years ago

Metadata Update from @fcami:
- Custom field changelog adjusted to subid: subid-match now displays the UID of the range owner, not its DN.
- Custom field rhbz adjusted to https://bugzilla.redhat.com/show_bug.cgi?id=2000947

2 years ago

master:

  • c18caaa ipatests: test_subids: test subid-match shows UID of the owner

ipa-4-9:

  • ab0e67d ipatests: test_subids: test subid-match shows UID of the owner

Login to comment on this ticket.

Metadata