You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Enrique Rodriguez (JIRA)" <ji...@apache.org> on 2005/10/06 23:09:48 UTC

[jira] Closed: (DIRDNS-10) Add support for arbitrary string TXT Resource Records (RFC 1464)

     [ http://issues.apache.org/jira/browse/DIRDNS-10?page=all ]
     
Enrique Rodriguez closed DIRDNS-10:
-----------------------------------

    Resolution: Fixed

Support for serving TXT records has been added.

Committed to dns-protocol on revision 306890.

http://svn.apache.org/viewcvs.cgi?view=rev&rev=306890


> Add support for arbitrary string TXT Resource Records (RFC 1464)
> ----------------------------------------------------------------
>
>          Key: DIRDNS-10
>          URL: http://issues.apache.org/jira/browse/DIRDNS-10
>      Project: Directory DNS
>         Type: New Feature
>     Versions: 0.3
>     Reporter: Enrique Rodriguez
>     Assignee: Enrique Rodriguez
>     Priority: Minor
>      Fix For: 0.3

>
> RFC 1464 - Using the Domain Name System To Store Arbitrary String Attributes
> http://www.faqs.org/rfcs/rfc1464.html
> TXT records associate arbitrary string information (ASCII text) with attributes that have not been defined by the DNS.  By adding TXT support, Apache DNS can support Sender Policy Framework (SPF).
> Adding a resource record (RR) to Apache DNS involves the following steps:
> 1) Add a new objectClass and possibly attributeType support to the apachedns.schema for the new RR type.
> 2) Add the attributeTypes to the DnsAttribute constants.
> 3) Write an Encoder that knows how to convert from the RR attributes to the binary resource data payload in the DNS reply.
> 4) Add the RR type-to-Encoder mapping to the DnsEncoder's hashed adapter.
> 5) Add example(s) into the LDIF that ships with the DNS protocol provider.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira