designate/doc/source/user
Emanuel Andrecut 03a5d5d74e Allow TXT record over 255 characters if split
As defined in RFC1035 section 3.3.14 TXT-DATA
can be one or more <character-strings>s.
Before this commit Designate threw errors
when saving TXT records that are split
into multiple strings because validations on
the field did not consider allowing this
in a single DNS record as per RFC7208
section 3.3.

This patch allows longer TXT record data
but only if it is split according to RFC
definitions mentioned above. If data
is made of more <character-string>s,
each one is individually validated with
the same validations as if the data was
not split.

Closes-Bug: 1595265
Change-Id: I4e3e51b32ab01efc4202c297708eff5a2e2b4985
Signed-off-by: Emanuel Andrecut (emanuel.andrecut@fleio.com)
2021-10-21 19:47:44 +03:00
..
rest/admin Adding the option to set the zone quota to unlimited 2020-05-14 08:25:18 +00:00
importexport.rst Zone import and export documentation 2021-09-10 20:50:28 +00:00
index.rst Zone import and export documentation 2021-09-10 20:50:28 +00:00
manage-ptr-records.rst Update json module to jsonutils 2019-03-21 11:13:24 +08:00
manage-recordsets.rst Allow TXT record over 255 characters if split 2021-10-21 19:47:44 +03:00
manage-zones.rst Add user doc for managing zones 2021-04-23 11:50:47 +10:00
rest.rst Update api-ref location 2019-07-22 18:36:31 +02:00
secondary-zones.rst Add validation to improve pep8 check for designate project 2017-11-20 12:26:16 +00:00