#4790 dnsrecord-show with --structured option don't show SSHFP records with SHA256 added via nsupdate
Closed: Fixed None Opened 9 years ago by mbasti.

$ ipa dnsrecord-show example.com ipa --raw
  idnsname: ipa
  sshfprecord: 3 1 06B0EA634A521CA88D2830AE601F1E7A59E037C7
  sshfprecord: 3 2 4DD52E7CE2A43275EB4F2314D5E89CBE2F3732EC43E6D590F76B290C AC853E14
  sshfprecord: 1 1 4E9BCC419810A284B89631A4EBFC1D5B1A616CFA
  sshfprecord: 1 2 31676033CE584DE0EDA44DC7F3C2ADBCFC97641234D26A8EC5C2FFC1 048B870E

$ ipa dnsrecord-show example.com ipa --structured
  Record name: ipa
  Records: 
    Record type: SSHFP
    Record data: 3 1 06B0EA634A521CA88D2830AE601F1E7A59E037C7
    SSHFP Algorithm: 3
    SSHFP Fingerprint Type: 1
    SSHFP Fingerprint: 06B0EA634A521CA88D2830AE601F1E7A59E037C7

    Record type: SSHFP
    Record data: 1 1 4E9BCC419810A284B89631A4EBFC1D5B1A616CFA
    SSHFP Algorithm: 1
    SSHFP Fingerprint Type: 1
    SSHFP Fingerprint: 4E9BCC419810A284B89631A4EBFC1D5B1A616CFA

This affects WebUI.

Support for SHA256 was added in https://fedorahosted.org/freeipa/ticket/2642


Patch for #4789 solves this issue.

master:

  • b5ff0b9 Show SSHFP record containing space in fingerprint

ipa-4-1:

  • d229c4a Show SSHFP record containing space in fingerprint

Metadata Update from @mbasti:
- Issue assigned to mbasti
- Issue set to the milestone: FreeIPA 4.1.3

7 years ago

Login to comment on this ticket.

Metadata