On Sun, 23 Jul 2023 14:22:48 +0200 lejeczek via FreeIPA-users <[email protected]> wrote:
> Hi guys. > > Would you know a correct or best-practice way to add such > records. > When I look at how those resolve for some(a few a tried) > well-know domains - in order to get the same/similar with > IPA it seems, that I have to escape some chars, name > white-spaces. > Is that normal/expected - it did not feel as such to me. > > many thanks, L. Put double quotes around the text. You can also split it into multiple quoted strings separated by whitespace. It will be served as-is. If the record has text and whitespace that is not quoted, each string separated by whitespace will be quoted separately. After the client concatenates the result the whitespaces will be lost. That's probably what you're experiencing. https://kb.isc.org/docs/aa-00356
pgpDDtAjWLcuP.pgp
Description: OpenPGP digital signature
_______________________________________________ FreeIPA-users mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedorahosted.org/archives/list/[email protected] Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
