This works to find a single DNS record:
$ ipa dnsrecord-find example.com --name=ipa-ca --pkey-only Record name: ipa-ca ---------------------------- Number of entries returned 1 ----------------------------
But this fails to find the origin record:
$ ipa dnsrecord-find example.com --name=@ --pkey-only ---------------------------- Number of entries returned 0 ----------------------------
It appears that the origin record is only treated inconsistently in `dnsrecord-find`; other dnsrecord commands work fine in the form `dnsrecord-* example.com @`.
How does one find ONLY for a zone's origin record?
Thanks-
John