Issue Details (XML | Word | Printable)

Key: DIRSERVER-132
Type: New Feature New Feature
Status: In Progress In Progress
Priority: Major Major
Assignee: Enrique Rodriguez
Reporter: Enrique Rodriguez
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Directory ApacheDS

Implement zone catalog

Created: 19/Oct/05 12:00 AM   Updated: 09/Jul/08 12:41 PM
Return to search
Component/s: dns
Affects Version/s: None
Fix Version/s: 2.5.0

Time Tracking:
Not Specified


 Description  « Hide
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.


 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Emmanuel Lecharny added a comment - 09/Jul/08 12:41 PM
postponed