Public bug reported:

DKIM TXT records can have a length of more than 255 characters.

The ldap2dns utility does create one very long line with all the content
in it.

google._domainkey               TXT     "v=DKIM1; k=rsa;
p=MIIBIjANBgkqh......."

Bind9 is restricting the entries on one line to 255 characterts, so it
needs to be split up in multiple lines with max 255 characters.

A correct output would be:

google._domainkey               TXT     ("v=DKIM1; k=rsa; 
p=MIIBIjANB.....CsA793sVyehx"
                                         
"Sy7XE21Mv+gD1VgKmOXvSrDLMl1.....iUbMAEQcnRrN"
                                         
"5omtqs5fVl4mZZ23yr/1nHryV5k.....duNRwL5+char"
                                         
"0Zd0ft17ekhxqeG85zdPvyk7v1k.....Y1BaFisnb/u6"
                                         "mxJQEVOwIDAQAB")


https://serverfault.com/questions/571720/publishing-long-domain-key-records-in-bind9?utm_medium=organic&utm_source=google_rich_qa&utm_campaign=google_rich_qa

** Affects: ldap2zone (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1771849

Title:
  Long TXT records don't get splitted

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ldap2zone/+bug/1771849/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to