On Sun, 23 Jul 2023 14:22:48 +0200 lejeczek via FreeIPA-users freeipa-users@lists.fedorahosted.org 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.