[ 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

Reply via email to