Giter VIP home page Giter VIP logo

Comments (3)

james-f-gould avatar james-f-gould commented on July 28, 2024

In the case of a zone that supports domain:hostAddr instead of domain:hostObj, the following are applicable:

  1. registry:host object policies would not apply, so the registry:host element must be made optional with <element name="host" type="registry:hostType" minOccurs="0"/> in the XML schema and described as OPTIONAL in the draft. If the parent registry:host element is not included, then that would address registry:maxCheckHost as well.
  2. We need an element under the registry:domain to identify whether domain:hostObj or domain:hostAttr is supported. How about adding an OPTIONAL registry:hostSupported element with two possible values of "hostObj" and "hostAttr", with the default set to "hostObj".
  3. Since, domain:hostAttr is an element in RFC 5731, then the policies associated with support for the "hostAttr" needs to reside under the registry:domain element. We could borrow elements that reside under the registry:host element to define the registry:hostAttr policy. Specifically, the registry:nameRegex for the host name syntax, the registry:internal element that supports registry:minIP and registry:maxIP, and the registry:external element that supports the registry:minIP and registry:maxIP elements.

from epp-registry-mapping.

james-f-gould avatar james-f-gould commented on July 28, 2024

Many of the policies under the <registry:host> object are applicable to both the host attribute or the host object model. All of the child elements under registry:host are optional except for the <registry:maxCheckHost>, which is only applicable to the host object model. To support defining a host policy that works for both the host attribute and host object models, the following needs to be done:

  1. Add a <registry:hostModelSupported> element under the <registry:domain> element that has two possible values of "hostObj" and "hostAttr", with the default set to "hostObj". The description of the element would be 'The OPTIONAL definition of which [RFC5731] host model is used by the server. The possible values include "hostObj" for the host object model and "hostAttr" for the host attribute model, with the default value of "hostObj".'
  2. Make the <registry:maxCheckHost> element optional, since it's not applicable when defining the host policy for the host attribute model.
  3. Make the <registry:domain> <registry:childHost> element optional, since child hosts are not applicable when using the host attribute model.

from epp-registry-mapping.

james-f-gould avatar james-f-gould commented on July 28, 2024

Added support for the host attribute model in RFC 5731 by adding the <registry:hostModelSupported> element under the <registry:domain> element, making the <registry:maxCheckHost> element optional, and making the <registry:childHost> element optional, based on feedback from Mario Loffredo.

from epp-registry-mapping.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.