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/07/13 14:37:13 UTC

[jira] Created: (DIRDNS-4) Add support for service location Resource Records (DNS SRV) (RFC 2782)

Add support for service location Resource Records (DNS SRV) (RFC 2782)
----------------------------------------------------------------------

         Key: DIRDNS-4
         URL: http://issues.apache.org/jira/browse/DIRDNS-4
     Project: Directory DNS
        Type: New Feature
    Reporter: Enrique Rodriguez
 Assigned to: Enrique Rodriguez 


A DNS RR for specifying the location of services (DNS SRV)
http://www.faqs.org/rfcs/rfc2782.html


-- 
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


[jira] Closed: (DIRDNS-4) Add support for service location Resource Records (DNS SRV) (RFC 2782)

Posted by "Enrique Rodriguez (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/DIRDNS-4?page=all ]
     
Enrique Rodriguez closed DIRDNS-4:
----------------------------------

    Resolution: Fixed

Support for serving SRV records has been added.
o  In addition to the above steps I also added the attributeTypes to the DnsAttribute constants.

Committed to apacheds-core (apachedns.schema) on revision 292329.
Committed to dns-protocol on revision 292331.

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


> Add support for service location Resource Records (DNS SRV) (RFC 2782)
> ----------------------------------------------------------------------
>
>          Key: DIRDNS-4
>          URL: http://issues.apache.org/jira/browse/DIRDNS-4
>      Project: Directory DNS
>         Type: New Feature
>     Versions: 0.3
>     Reporter: Enrique Rodriguez
>     Assignee: Enrique Rodriguez
>      Fix For: 0.3

>
> A DNS RR for specifying the location of services (DNS SRV)
> http://www.faqs.org/rfcs/rfc2782.html

-- 
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


[jira] Updated: (DIRDNS-4) Add support for service location Resource Records (DNS SRV) (RFC 2782)

Posted by "Enrique Rodriguez (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/DIRDNS-4?page=all ]

Enrique Rodriguez updated DIRDNS-4:
-----------------------------------

    Fix Version: 0.3
        Version: 0.3

SOA, NS, and A records work alongside SRV records to provide service resolution used during KDC discovery and other domain controller operations.  By adding SRV support, we can begin to use ApacheDS as a realm controller.

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)  Write an Encoder that knows how to convert from the RR attributes to the binary resource data payload in the DNS reply.
3)  Add the RR type-to-Encoder mapping to the DnsEncoder's hashed adapter.
4)  Add example SRV record(s) into the LDIF that ships with the DNS protocol provider.


> Add support for service location Resource Records (DNS SRV) (RFC 2782)
> ----------------------------------------------------------------------
>
>          Key: DIRDNS-4
>          URL: http://issues.apache.org/jira/browse/DIRDNS-4
>      Project: Directory DNS
>         Type: New Feature
>     Versions: 0.3
>     Reporter: Enrique Rodriguez
>     Assignee: Enrique Rodriguez
>      Fix For: 0.3

>
> A DNS RR for specifying the location of services (DNS SRV)
> http://www.faqs.org/rfcs/rfc2782.html

-- 
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