Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 59941 invoked from network); 6 Oct 2005 21:10:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Oct 2005 21:10:11 -0000 Received: (qmail 84511 invoked by uid 500); 6 Oct 2005 21:10:11 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 84458 invoked by uid 500); 6 Oct 2005 21:10:10 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 84446 invoked by uid 99); 6 Oct 2005 21:10:10 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Oct 2005 14:10:09 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 7993121E for ; Thu, 6 Oct 2005 23:09:48 +0200 (CEST) Message-ID: <2068433983.1128632988495.JavaMail.jira@ajax.apache.org> Date: Thu, 6 Oct 2005 23:09:48 +0200 (CEST) From: "Enrique Rodriguez (JIRA)" To: dev@directory.apache.org Subject: [jira] Closed: (DIRDNS-10) Add support for arbitrary string TXT Resource Records (RFC 1464) In-Reply-To: <1029828814.1128272989211.JavaMail.jira@ajax.apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ 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