#8977 subid: subid-match displays the DN of the owner, not its UID.
Closed: fixed by frenaud. Opened 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

master:

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

ipa-4-9:

  • 4785a90946ec694ccc082f062b2181b23c7099e3 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)

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

master:

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

ipa-4-9:

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