#3467 [RFE] Use double colon when displaying base64-encoded attribute values in CLI
Closed: wontfix 5 years ago Opened 11 years ago by jcholast.

This is to make the CLI more consistent with LDAP tools (such as ldapsearch), which use "::" to denote base64-encoded attribute values:

$ ldapsearch -H ldap://vm-084.idm.lab.bos.redhat.com -Y GSSAPI -b uid=admin,cn=users,cn=accounts,dc=example,dc=com
...
dn: uid=admin,cn=users,cn=accounts,dc=example,dc=com
uid: admin
krbExtraData:: AAKeFS5Rcm9vdC9hZG1pbkBJRE0uTEFCLkJPUy5SRURIQVQuQ09NAA==
...

vs.

$ ipa user-show admin --all
...
  dn: uid=admin,cn=users,cn=accounts,dc=example,dc=com
  User login: admin
  krbextradata: AAKeFS5Rcm9vdC9hZG1pbkBJRE0uTEFCLkJPUy5SRURIQVQuQ09NAA==
...

Metadata Update from @jcholast:
- Issue assigned to jcholast
- Issue set to the milestone: Ticket Backlog

7 years ago

Thank you taking time to submit this request for FreeIPA. Unfortunately this bug was not given priority and the team lacks the capacity to work on it at this time.

Given that we are unable to fulfil this request I am closing the issue as wontfix. To request re-consideration of this decision please reopen this issue and provide additional technical details about its importance to you.

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

5 years ago

Login to comment on this ticket.

Metadata