On 22.3.2016 13:04, Troels Hansen wrote: > ----- On Mar 22, 2016, at 12:34 PM, Petr Spacek [email protected] wrote: > >> >> Have you tried >> # ipa dnsrecord-show casalogic.lan. 'LIFX\032Bulb' >> ? >> >> I suspect that Bash is playing escaping game with you. >> > > Same result...... > > ipa dnsrecord-show casalogic.lan. 'LIFX\032Bulb' > ipa: ERROR: LIFX\032Bulb: DNS resource record not found
Interesting, I'm curious how the data in LDAP look like. Please run ldapsearch command similar to this: $ ldapsearch -Y GSSAPI -b 'cn=dns,dc=example,dc=com' '(idnsName=*LIFX*)' Do not forget to change 'dc=example,dc=com' to match your realm name. Thank you. -- Petr^2 Spacek -- Manage your subscription for the Freeipa-users mailing list: https://www.redhat.com/mailman/listinfo/freeipa-users Go to http://freeipa.org for more info on the project
