Implement zone catalog
----------------------

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


RFC 1035 6.1.2 describes a "catalog" that contains pointers to zone data.  We 
will implement a zone catalog and ensure that zone and Kerberos realm semantics 
are similar.
o  apache.schema objectClass called apachedsServiceConfiguration 
o  STRUCTURAL objectClass MUST cn
o  uses ExtensibleObject
o  apachedsDnsConfiguration extends apachedsServiceConfiguration
o  OC apacheCatalogEntry is a mapping of a zone name attribute to a zoneBaseDN 
attribute
o  zone=example.com --> ou=zones,dc=example,dc=com
o  put a ou=zones under the configuration for the service instance
o  add OC apacheCatalogEntry's
o  pull all catalog entries into memory with a single level search under 
ou=zones
o  use the zoneBaseDn with the InitialContextFactory.  The nexus will figure 
out under what partition it is.


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