<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE rfc SYSTEM "rfc2629.dtd">


<?rfc toc="yes" ?>
<?rfc tocindent="no" ?>
<?rfc symrefs="yes" ?>
<?rfc sortrefs="yes" ?>

<rfc category="std" ipr="trust200902" docName="draft-ietf-nfsv4-multi-domain-fs-reqs-08">

  <front>
    <title abbrev="Multi NFSv4 Domain">
      Multiple NFSv4 Domain Namespace Deployment Guidelines
    </title>

    <author initials='W.A.' surname="Adamson" fullname='William A. (Andy) Adamson'>
      <organization>NetApp</organization>
        <address>
          <email>andros@netapp.com </email>
        </address>
    </author>

    <author initials='N.' surname="Williams" fullname='Nicolas Williams'>
      <organization>Cryptonector</organization>
      <address>
        <email>nico@cryptonector.com</email>
      </address>
    </author>
    <date/>
    <area>Internet </area>
    <workgroup>NFSv4 Working Group</workgroup>
    <abstract>

      <t>
        This document discusses issues relevant to the deployment of the
        NFSv4 protocols in situations allowing for the construction of an 
        NFSv4 file namespace supporting the use of multiple NFSv4 domains 
        and utilizing multi-domain capable file systems.  Also described
        are constraints on name resolution and security services appropriate
        to the administration of such a system. Such a namespace is a
        suitable way to enable a Federated File System supporting the use
        of multiple NFSv4 domains.
      </t>
    </abstract>
    <note title="Requirements Language">
      <t>
        The key words "MUST", "MUST NOT", "REQUIRED", "SHALL",
        "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY",
        and "OPTIONAL" in this document are to be interpreted as
        described in <xref target="RFC2119"/>.
      </t>
    </note>
  </front>

  <middle>
    <section anchor="INTRO" title="Introduction">
      <t>
        An NFSv4 domain is defined as a set of users and groups named by a 
        particular domain using the NFSv4 name@domain syntax.  This includes 
        <xref target="RFC7530">NFSv4.0</xref>, <xref target="RFC5661">
        NFSv4.1</xref>, and minor versions yet to be published. Often, a 
        computer which acts as an NFSv4 client and always acts on behalf of 
        users belonging to a particular NFSv4 domain is thought of a part of
        that NFSv4 domain.  Similarly, a computer acting as an NFSv4 server
        that is only aware of users within a particular NFSv4 domain may be 
        thought of as part of that NFSv4 domain.
      </t>
      <t>
        In this document, the term "multi-domain" always refers to multiple 
        NFSv4 domains.
      </t>
      <t>
        The <xref target="RFC5716">Federated File System (FedFS)</xref>
        describes the requirements and administrative tools to construct
        a uniform NFSv4 file server based namespace that is capable of
        spanning a whole enterprise and that is easy to manage.
      </t>

      <t>
        The FedFS is the standardized method of constructing and
        administrating an enterprise-wide NFSv4
        filesystem, and so is referenced in this document.
        The issues with multi-domain deployments
        described in this document apply to all multi-domain
        deployments, whether they are run as a FedFS or not.
      </t>

      <t>
        Stand-alone NFSv4 domain deployments can be run in many ways. 
        While a FedFS can be run within all stand-alone NFSv4
        domain configurations some of these
        <xref target="StandAlone">configurations</xref>
        are not compatible with joining a multi-domain FedFS namespace.
      </t>

      <t>
        Multi-domain deployments require support for global identities in 
        name services and security services, and file systems capable of 
        the on-disk representation of identities belonging to multiple 
        NFSv4 domains. Typically, stand-alone NFSv4 domain deployments only
        provide support for identities belonging to a single NFSv4 domain.
      </t>

      <t>
        This document describes administration-related constraints applying
        to the deployment of the NFSv4 protocols in environments supporting
        the construction of an NFSv4 file system namespace supporting the use
        of multiple NFSv4 domains and utilizing multi-domain capable file 
        systems.  Also described are constraints regarding the name resolution
        and security services appropriate to such a deployment.  Such a 
        namespace is a suitable way to enable a Federated File System 
        supporting the use of multiple NFSv4 domains.
      </t>
      
    </section>  <!--Introduction --> 

    <section title="Terminology">
      <t>
        <list style="hanging">
          <t> 
            Name Service: Facilities that provides the mapping between
            {NFSv4 domain, group or user name} and the appropriate local
            representation of identity.  Also includes facilities providing 
            mapping between a security principal and local representation of 
            identity.  Can be applied to global identities or principals 
            from within local and remote domains.  Often provided
            by a Directory Service such as LDAP.
          </t>
          <t>
           Name Service Switch (nsswitch): a facility in provides a variety
           of sources for common configuration databases and name resolution
           mechanisms.
          </t>
          <t>
            Domain: This term is used in multiple contexts where it has
            different meanings. Definitions of "nfsv4 domain" and 
            "multi-domain" have already appeared above in 
            <xref target="INTRO"/>.  Below we provide other specific
            definitions used this document.

          <list style="hanging">
            <t>
              DNS domain: a set of computers, services, or any
              internet resource identified by an
              <xref target="RFC1034">DNS domain name</xref>.
            </t>
            <t>
              Security realm or domain: a set of configured
              security providers, users, groups, security roles,
              and security policies running a single security
              protocol and administered by a single
              entity, for example a Kerberos realm.
            </t>
            <t>
              FedFS domain: A file namespace that can cross
              multiple shares on multiple file servers using
              file-access protocols such as NFSv4.  A FedFS
              domain is typically a single administrative entity,
              and has a name that is similar to a DNS domain name.
              Also known as a Federation.
            </t>
            <t>
              Administrative domain: a set of users, groups,
              computers, and services administered by a single
              entity. Can include multiple DNS domains, NFSv4
              domains, security domains, and FedFS domains.
            </t>
          </list>
          </t>
          <t>
            Local representation of identity: A representation of a user or
            a group of users capable of being stored persistently within a 
            file system.  Typically such representations are identical to 
            the form in which users and groups are represented within internal
            server API's. Examples are numeric id's such as a
            <xref target="RFC2307"> uidNumber (UID), gidNumber (GID)</xref>,
            or a <xref target="CIFS">Windows Security Identifier (SID)</xref>.
            In some case the identifier space for user and groups overlap, 
            requiring anyone using such an id to know a priori whether the 
            identifier is for a user or a group.  
          </t>

          <t>
            Global identity: An on-the-wire globally unique form of identity
            that can be mapped to a local representation. For example, the
            NFSv4 name@domain or the Kerberos principal@REALM.
          </t>

          <t>
            Multi-domain capable filesystem: A local filesystem that uses a
            local ID form that can represent NFSv4 identities from multiple
            domains. 
          </t>

          <t>
            Principal: an <xref target="RFC2203"> RPCSEC_GSS </xref> 
            authentication identity.  Usually, but not always, a user;
            rarely, if ever, a group; sometimes a host or server.
          </t>

          <t> 
            Authorization Context: A collection of information
            about a principal such as username, userID,
            group membership, etcetera used in authorization
            decisions. 
          </t>

          <t>
            Stringified UID or GID: NFSv4 owner and group
            strings that consist of decimal numeric values with no
            leading zeros, and which do not contain an '@' sign.
            See <xref target="RFC5661">
            Section 5.9 "Interpreting owner and owner_group"</xref>.
          </t>
        </list>
      </t>
    </section>  <!--Terminology -->

    <section  title="Identity Mapping">
      <section anchor="v4map" title="NFSv4 Server Identity Mapping">
        <t> 
          NFSv4 servers deal with two kinds of identities: authentication
          identities (referred to here as "principals") and
          authorization identities ("users" and "groups" of
          users).  NFSv4 supports multiple authentication methods,
          each authenticating an "initiator principal" (typically
          representing a user) to an "acceptor principal" (always
          corresponding to the NFSv4 server).  NFSv4 does not prescribe
          how to represent authorization identities on file
          systems.  All file access decisions constitute
          "authorization" and are made by NFSv4 servers using
          authorization context information and file metadata related
          to authorization, such as a file's access control list (ACL).
        </t>
        <t>
          NFSv4 servers may be required to perform two kinds of mappings
          depending upon what authentication and authorization information
          is sent on the wire, and what is stored in the exported file system.
          For example, if an authentication identity such as a Kerberos
          principal is sent with authorization information such a
          <xref target="PAC"> "privilege attribute certificate" (PAC)
          </xref> then mapping is not required.
          See <xref target="AuthResolution"/>.

          <list style="numbers">
            <t>
              Auth-to-authz: A mapping between the authentication identity 
              and the authorization context information.
            </t>
            <t>
              Wire-to-disk: A mapping between the on-the-wire authorization
              identity representation and the on-disk authorization
              identity representation.
            </t>
          </list>
        </t>

        <t>
          A Name Service such as LDAP often provides these mappings.
        </t>

        <t>
          Many aspects of these mappings are entirely implementation
          specific, but some require multi-domain capable name resolution
          and security services in order to interoperate in a
          multi-domain environment.
        </t>

        <t>
         NFSv4 servers use these mappings for: 

          <list style="numbers">
            <t>
              File access: Both the auth-to-authz and the wire-to-disk mappings
               may be required for file access decisions.
            </t>

            <t>
              Meta-data setting and listing: The auth-to-authz mapping is
              usually required to service file metadata setting or
              listing requests such as ACL or unix permission setting or
              listing.  This mapping  is needed because NFSv4 messages use 
              identity representations of the form name@domain which normally
              differs from the server's local representation of identity.
            </t>
          </list>
        </t>

      </section>  <!-- NFSv4 Server Identity Mapping --> 
      <section title="NFSv4 Client Identity Mapping">
        <t>
          A client setting the owner or group attribute will often need 
          access to identity mapping services.  This is because API's 
          within the client will specify the identity in a local form
          (e.g UNIX using a uid/gid) so that when stringified id's cannot 
          be used, the id must be converted to a global form.
        </t>
        <t>
          A client obtaining values for the owner or group attributes will
          similarly need access to identity mapping services.  This is 
          because the client API will need these attributes in a local 
          form, as above.  As a result name services need to be available 
          to convert the global identity to a local form.  
        </t>
        <t>
          Note that each of 
          these situations arises because client-side API's require a 
          particular local identity representation.  The need for mapping 
          services would not arise if the clients could use the global 
          representation of identity directly.
        </t>
      </section>  <!-- NFSv4 Client Identity Mapping --> 
    </section>  <!-- Identity Mapping --> 

    <section anchor="StandAlone" title="Stand-alone NFSv4 Domain Deployment Examples">
      <t>
        In order to service as many environments as possible, the NFSv4 protocol
        is designed to allow administrators freedom to configure their NFSv4
        domains as they please. 
      </t>

      <t>
        Stand-alone NFSv4 domains can be run in many ways.
        Here we list some stand-alone NFSv4 domain deployment
        examples focusing on the NFSv4 server's use of 
        <xref target="v4map">name service mappings</xref> 
        and security services deployment
        to demonstrate the need for some multiple NFSv4 domain constraints
        to the NFSv4 protocol, name service configuration, and security service
        choices.
      </t>

      <t>
        Because all on-disk identities participating in a stand-alone
        NFSv4 domain belong to the same NFSv4 domain, stand-alone
        NFSv4 domain deployments
        have no requirement for exporting multi-domain capable file systems.
      </t>

      <t>
        These examples are for a NFSv4 server exporting a POSIX UID/GID
        based file system, a typical deployment.
        These examples are listed in the order of increasing NFSv4
        administrative complexity.
      </t>
      <section anchor="sys-string" title="AUTH_SYS with Stringified UID/GID">
        <t> 
          This example is the closest NFSv4 gets to being run as NFSv3 as
          there is no need for a name service for file metadata listing.
        </t> 

        <t> 
          File access: The AUTH_SYS RPC credential provides a UID as the
          authentication identity, and a list of GIDs as authorization
          context information.
          File access decisions require no name service interaction 
          as the on-the-wire and on-disk representation are the same and the
          auth-to-authz UID and GID authorization context information is
          provided in the RPC credential.
        </t> 

        <t> 
          Meta-data setting and listing: When the NFSv4 clients and servers
          implement a stringified UID/GID
          scheme, where a stringified UID or GID is used for the NFSv4
          name@domain on-the-wire identity, then a name service is not
          required for file metadata listing as the UID or GID
          can be constructed from the stringified form on the fly by the server.
        </t> 
      </section> <!-- AUTH_SYS with Stringified UID/GID -->

      <section anchor="sys-nostring" title="AUTH_SYS with name@domain">
        <t> 
          Another possibility is to express identity using the form
          'name@domain', rather than using a stringified UID/GID 
          scheme for file metadata setting and listing.
        </t> 

        <t> 
          File access: This is the same as in <xref target="sys-string"/>.
        </t> 

        <t> 
          Meta-data setting and listing: The NFSv4 server will need to
          use a name service for the wire-to-disk mappings to map between
	  the on-the-wire name@domain syntax and the on-disk UID/GID
          representation.  Often, the NFSv4 server will use the nsswitch
          interface for these mappings.
          A typical use of the nsswitch name service interface uses 
          no domain component, just the <xref target="RFC2307"> uid attribute
          </xref> (or login name) as the name component. This is no issue in a
          stand-alone NFSv4
          domain deployment as the NFSv4 domain is known to the NFSv4 server
          and can combined with the login name to form the name@domain syntax
          after the return of the name service call.
        </t> 
      </section> <!-- AUTH_SYS with name@domain -->

      <section anchor="gss-nostring" title="RPCSEC_GSS with name@domain">
        <t> 
	  RPCSEC_GSS uses <xref target="RFC2743"> GSS-API </xref>
          security mechanisms to securely authenticate users to servers.
          The most common mechanism is <xref target="RFC4121"> Kerberos </xref>.
        </t>
        <t>
          This final example adds the use of RPCSEC_GSS with the
          Kerberos 5 GSS security mechanism.
        </t> 
        <t> 
          File Access: The forms of GSS principal names are
          mechanism-specific.  For Kerberos these are of the form
          principal@REALM.  Sometimes authorization context information
          is delivered with authentication, but this cannot be counted on.
          Authorization context information not delivered with authentication
          has timely update considerations (i.e., generally it's not
          possible to get a timely update).  File access decisions therefore
          require a wire-to-disk mapping of the GSS principal to a UID, and
          an auth-to-authz mapping to obtain the list of GIDs as the
          authorization context.
        </t> 

        <t> 
          Implementations must never blindly drop a Kerberos REALM name
          from a Kerberos principal name to obtain a POSIX username,
          but they may be configured to do so for specific REALMs.
        </t> 

        <t> 
          Meta-data setting and listing: This is the same as in
          <xref target="sys-nostring"/>.
        </t> 
      </section> <!-- RPCSEC_GSS with name@domain -->
    </section> <!-- Stand-alone NFSv4 Domain Deployment Exmamples -->

    <section title="Multi-domain Constraints to the NFSv4 Protocol">
      <t>
        Joining NFSv4 domains under a single file
        namespace imposes slightly on the NFSv4 administration freedom. 
        Here we describe the required constraints.
      </t>

      <section anchor="nameconstraints" title="Name@domain Constraints">
        <t> 
          NFSv4 uses a syntax of the form "name@domain" as the
          on-the-wire representation of the "who" field of an NFSv4 
          access control entry (ACE)
          for users and groups.  This design provides a level of
          indirection that allows NFSv4 clients and servers
          with different internal representations of authorization
          identity to interoperate even when referring to authorization
          identities from different NFSv4 domains.
        </t>

        <t>
          Multi-domain capable sites need to meet the following
          requirements in order to ensure that NFSv4 clients
          and servers can map between name@domain and internal
          representations reliably.
          While some of these constraints are basic assumptions in 
          <xref target="RFC7530">NFSv4.0</xref> and
          <xref target="RFC5661">NFSv4.1</xref>, they need to
          be clearly stated for the multi-domain case.

          <list style="symbols">
            <t>
              The NFSv4 domain portion of name@domain 
              MUST be unique within the multi-domain
              namespace.  See <xref target="RFC5661"></xref>
              section 5.9 "Interpreting owner and owner_group"
              for a discussion on NFSv4 domain configuration.
            </t>
            <t>
              The name portion of name@domain MUST be unique
              within the specified NFSv4 domain.
            </t>
        </list>
        </t>

        <t>
          Due to UID and GID collisions, stringified UID/GIDs MUST NOT be
          used in a multi-domain deployment. This means that
          multi-domain-capable servers MUST reject requests that use
          stringified UID/GIDs.
        </t>

        <section title="NFSv4 Domain and DNS Services">
          <t>
            Here we address the relationship between NFSv4 domain name and
            DNS domain name in a multi-domain deployment.
          </t>

          <t>
            The definition of an NFSv4 domain name needs clarification to work
            in a multi-domain file system namespace.
            <xref target="RFC5661">Section 5.9</xref> loosely
            defines the NFSv4 domain name as a DNS domain name.
            This loose definition for the NFSv4 domain is a good one, as
            DNS domain names are globally unique.
            As noted above in <xref target="nameconstraints"/>, any choice of
            NFSv4 domain name can work within a stand-alone NFSv4 domain
            deployment whereas the NFSv4 domain is required to be unique
            in a multi-domain deployment.
          </t>

          <t>
            A typical configuration is that there is a single NFSv4 domain that
            is served by a single DNS domain. In this case the NFSv4 domain name
            can be the same as the DNS domain name.
          </t>

          <t>
            An NFSv4 domain can span multiple DNS domains. In this case,
            one of the DNS domain names can be chosen as the NFSv4 domain name.
          </t>

          <t>
            Multiple NFSv4 domains can also share a DNS domain. In this case,
            only one of the NFSv4 domains can use the DNS domain name, the
            other NFSv4 domains must choose another unique NFSv4 domain name.
          </t>
        </section> <!-- NFSv4 Domain and DNS Services -->

        <section title="NFSv4 Domain and Name Services">
          <t>
            As noted above in <xref target="nameconstraints"/>, 
            each name@domain is unique across the multi-domain namespace and 
            maps, on each NFSv4 server, to the local representation of
            identity used by that server.  Typically, this representation 
            consists of an indication of the particular domain combined 
            with the uid/gid corresponding to the name component.  To 
            support such an arrangement, each NFSv4 domain needs to have 
            a single name resolution service capable of converting the 
            names defined within the domain to the corresponding local
            representation.
          </t>

        </section> <!-- NFSv4 Domain and Name Services -->
      </section> <!-- name@domain constraint -->

      <section anchor="SecConstraints" title="RPC Security Constraints">

        <figure>
          <preamble>
            As described in <xref target="RFC5661"></xref>
            section 2.2.1.1 "RPC Security Flavors":
          </preamble>
            <artwork>
        NFSv4.1 clients and servers MUST implement RPCSEC_GSS.
        (This requirement to implement is not a requirement
        to use.) Other flavors, such as AUTH_NONE, and AUTH_SYS,
        MAY be implemented as well.
            </artwork>
        </figure>
        <t>
          The underlying RPCSEC_GSS security mechanism used in a
          multi-domain namespace is REQUIRED to employ a method
          of cross NFSv4 domain trust so that a principal from a security
          service in one NFSv4 domain can be authenticated in another
          NFSv4 domain that uses a security service with the same security
          mechanism.  Kerberos is an example of such a security service.
        </t>
        <t>
          The AUTH_NONE security flavor can be useful in a multi-domain
          deployment to grant universal access to public data without
          any credentials.
        </t>
        <t>
          The AUTH_SYS security flavor uses a host-based
          authentication model where the weakly authenticated
          host (the NFSv4 client) asserts the user's authorization
          identities using small integers, <xref target="RFC2307">
          uidNumber, and gidNumber </xref>, as user and group identity
          representations.  Because this authorization ID representation
          has no domain component, AUTH_SYS can only be
          used in a namespace where all NFSv4 clients and servers share
          an <xref target="RFC2307"/> name service.  A shared
          name service is required because uidNumbers and
          gidNumbers are passed in the RPC credential; there is no
          negotiation of namespace in AUTH_SYS.  Collisions can
          occur if multiple name services are used, so
          AUTH_SYS MUST NOT be used in a multi-domain file system deployment.
        </t>
        <t>
          While the AUTH_SYS security mechanism can not be used
          (indeed, AUTH_SYS is obsolete and of limited use for all of NFS),
          <xref target="I-D.rpcsec-gssv3">RPCSEC_GSSv3 </xref> can
          completely replace all uses of AUTH_SYS in a multi-domain
          file system. Like AUTH_SYS, and
          unlike RPCSEC_GSSv1/2, RPCSEC_GSSv3 allows the client to assert and
          contribute knowledge of the user process' authorization context.
        </t>
        <section title="NFSv4 Domain and Security Services">
          <t>
            As noted above in <xref target="SecConstraints"/>,
            caveat AUTH_NULL, multiple NFSv4 domain security services are
            RPCSEC_GSS based with the Kerberos 5 security mechanism
            being the most commonly (and as of this writing, the only)
            deployed service. 
          </t>
          <t>
            A single Kerberos 5 security service per NFSv4 domain with
            the upper case NFSv4 domain name as the Kerberos 5 REALM name
            is a common deployment.
          </t>
          <t>
            Multiple security services per NFSv4 domain is allowed, and
            brings the issue of mapping multiple Kerberos 5 principal@REALMs
            to the same local ID. Methods of achieving this are beyond the
            scope of this document.
          </t>
        </section> <!--  NFSv4 Domain and Security Services-->
      </section> <!-- RPC Security Constraints -->

    </section> <!-- Multi-domain Constraints to the NFSv4 Protocol -->

    <section anchor="AuthResolution" title="Resolving Multi-domain Authorization Information">
      <t>
        When an RPCSEC_GSS principal is seeking access to files on an NFSv4
	server, after authenticating the principal, the server must obtain
	in a secure manner the principal's authorization context
        information from
	an authoritative source such as the name service in the principal's
	NFSv4 domain.
      </t>
      <t>
        In the stand-alone NFSv4 domain case where the principal is
        seeking access to files on an NFSv4 server in the principal's
        home NFSv4 domain, the server administrator has knowledge of the local
	policies and methods for obtaining the principal's authorization
	information and the mappings to local representation of identity
        from an authoritative source.
	E.g., the administrator can configure secure access to the local NFSv4
	domain name service.
      </t>
      <t>
        In the multi-domain case where a principal is seeking access
        to files on an NFSv4 server not in the principal's home NFSv4 domain,
        the NFSv4 server may be required to contact the remote name service
        in the principals NFSv4 domain. In this case there is no assumption of:
        <list style="symbols">
          <t>
	    Remote name service configuration knowledge.
	  </t>
          <t>
	    The syntax of the remote authorization context information
	    presented to the NFSv4 server by the remote name service
	    for mapping to a local representation.
	  </t>
	</list>
      </t>

      <t>
        There are several methods the NFSv4 server can use to obtain the
	NFSv4 domain authoritative authorization information for a
	remote principal from an authoritative source.
        While any detail is beyond the scope of this document,
        some general methods are listed here.

	<list style="numbers">
          <t>
              A mechanism specific GSS-API authorization payload
              containing credential authorization data such as 
              a <xref target="PAC"> "privilege attribute
              certificate" (PAC) </xref> or a
              <xref target="I-D.sorce-krbwg-general-pac"> "principal
              authentication data" (PAD) </xref>.
	      This is the preferred method as the payload is delivered
	      as part of GSS-API authentication, avoids requiring
	      any knowledge of the remote authoritative service
              configuration, and its syntax is well known.
          </t>
          <t>
              When there is a security agreement between the local and
	      remote NFSv4 domain name services plus regular update data
              feeds, the NFSv4 server local NFSv4 domain name service can
	      be authoritative for principal's in the remote NFSv4 domain.
	      In this case, the NFSv4 server makes a query to
	      it's local NFSv4 domain name service just as it does when
	      servicing a local domain principal. While this requires detailed
	      knowledge of the remote NFSv4 domains name service for the
              update data feeds, the authorization context information
              presented to the NFSv4 server is in the same form as a query
              for a local principal.
          </t>
          <t>
              An authenticated direct query from the NFSv4 server to the
              principal's NFSv4 domain authoritative name service.
              This requires the NFSv4 server to have detailed
              knowledge of the remote NFSv4 domain's authoritative
              name service and detailed knowledge of the syntax of the resultant
	      authorization context information.
          </t>
	</list>
      </t>
    </section> <!--Resolving Multi-domain Authorization Information -->

    <section title="Stand-alone Examples and Multiple NFSv4 Domain Namespaces">
      <t>
	Revisiting the <xref target="StandAlone"> stand-alone </xref>
        NFSv4 domain deployment examples, we note that due to the use
        of AUTH_SYS, neither
        <xref target="sys-string"/> nor <xref target="sys-nostring"/> 
        configurations are suitable for multi-domain deployments. 
      </t>

      <t>
        The <xref target="gss-nostring"/> configuration example can
        participate in a multi-domain namespace deployment if:

        <list style="symbols">
          <t>
            The NFSv4 domain name is unique across the namespace.
          </t>

          <t>
            All exported file systems are multi-domain capable.
          </t>

          <t>
            A secure method is used to resolve remote NFSv4 domain principals
            authorization information from an authoritative source.
          </t>
        </list>
      </t>
    </section> <!-- Stand-alone Examples and Multi Domain NFSv4 Namespaces -->

    <section title="Security Considerations">
      <t>
        This RFC discusses security throughout.  All the security
        considerations of the relevant protocols, such as
        <xref target="RFC7530"> NFSv4.0</xref>,
        <xref target="RFC5661"> NFSv4.1</xref>,
        <xref target="RFC2203"> RPCSEC_GSS</xref>,
        <xref target="RFC4121"> GSS-API</xref>,
        <xref target="RFC4511"> LDAP</xref>,
        <xref target="RFC5716"> Requirements for Federated FS </xref>,
        <xref target="RFC7532"> FedFS Namespace DB Protocol </xref>,
        <xref target="RFC7533"> FedFS Administration Protocol </xref>,
        <xref target="I-D.lever-fedfs-security-addendum"> FedFS Security
        Addendum</xref> apply.
      </t>
      <t>
        Authentication and authorization across administrative domains
        presents security considerations, most of which are treated
        elsewhere, but we repeat some of them here:

        <list style="symbols">
          <t>
            latency in propagation of revocation of authentication credentials
          </t>
          <t>
            latency in propagation of revocation of authorizations
          </t>
          <t>
            latency in propagation of granting of authorizations
          </t>
          <t>
            complications in establishing a foreign domain's users' complete
            authorization context: only parts may be available to servers
          </t>
          <t>
            privacy considerations in a federated environment
          </t>
        </list>
      </t>
      <t>
        Most of these are security considerations of the mechanisms used to
        authenticate users to servers and servers to users, and of the
        mechanisms used to evaluate a user's authorization context.  We don't
        treat them fully here, but implementors should study the protocols in
        question to get a more complete set of security considerations.
      </t>
      <t>
        Note that clients/users may also need to evaluate a server's
        authorization context when using labeled security 
        <xref target="I-D.NFSv4.2"/> (e.g., is the
        server authorized to handle content at a given security level, for
        the given compartments).  Even when not using labeled security, since
        there could be many realms (credential issuer) for a given server,
        it's important to verify that the server a client is talking to has a
        credential for the name the client has for the server, and that that
        credential's issuer (i.e., its realm) is allowed to issue it.
        Usually the service principle realm authorization function is
        implemented by the security mechanism, but the implementor should
        check this.
      </t>
      <t>
        Implementors may be tempted to assume that realm (or "issuer") and
        NFSv4 domain are roughly the same thing, but they are not.
        Configuration
        and/or lookup protocols (such as LDAP) and associated schemas are
        generally required in order to evaluate a user principal's
        authorization context.  In the simplest scheme a server has access to
        a database mapping all known principal names to usernames whose
        authorization context can be evaluated using operating system
        interfaces that deal in usernames rather than principal names.
      </t>
    </section> <!-- Security Considerations -->

    <section anchor="sec:iana" title="IANA Considerations">
      <t>
        There are no IANA considerations in this document.
      </t>
    </section> <!-- IANA Consideration" -->


  </middle>
  <back>
    <references title="Normative References">

      <?rfc include="reference.RFC.1034"?>
      <?rfc include="reference.RFC.2119"?>
      <?rfc include="reference.RFC.2203"?>
      <?rfc include="reference.RFC.2743"?>
      <?rfc include="reference.RFC.4121"?>
      <?rfc include="reference.RFC.4511"?>
      <?rfc include="reference.RFC.5661"?>
      <?rfc include="reference.RFC.7530"?>

      <reference anchor='I-D.rpcsec-gssv3'>
        <front>
          <title>Remote Procedure Call (RPC) Security Version 3
          </title>
          <author initials="W." surname="Adamson" fullname="W. Adamson">
            <organization>NetApp</organization>
          </author>
          <author initials="N." surname="Williams" fullname="N. Williams">
            <organization>Cryptonector</organization>
          </author>
          <date year="2015" month="July" />
        </front>
        <seriesInfo name="draft-ietf-nfsv4-rpcsec-gssv3-12" value="(Work In Progress)"/>
      </reference>

      <reference anchor='I-D.NFSv4.2'>
        <front>
          <title>NFS Version 4 Minor Version 2
          </title>
          <author initials="T." surname="Haynes" fullname="T. Haynes">
            <organization>Primary Data</organization>
          </author>
          <date year="2015" month="April" />
        </front>
        <seriesInfo name="draft-ietf-nfsv4-minorversion2-36" value="(Work In Progress)"/>
      </reference>

    </references>

    <references title="Informative References">

      <?rfc include="reference.RFC.2307"?>
      <?rfc include="reference.RFC.5716"?>
      <?rfc include="reference.RFC.7533"?>
      <?rfc include="reference.RFC.7532"?>

      <reference anchor='I-D.sorce-krbwg-general-pac'>
        <front>
          <title>A Generalized PAC for Kerberos V5
          </title>
          <author initials="S." surname="Sorce" fullname="S. Sorce">
            <organization>Red Hat</organization>
          </author>
          <author initials="T." surname="Yu" fullname="T. Yu">
            <organization>MIT Kerberos Consortium</organization>
          </author>
          <author initials="T." surname="Hardjono" fullname="T. Hardjono">
            <organization>MIT Kerberos Consortium</organization>
          </author>
          <date year="2011" month="June" />
        </front>
        <seriesInfo name="draft-ietf-krb-wg-general-pac-01" value="(Work In Progress awaiting merge with other document )"/>
      </reference>

      <reference anchor='I-D.lever-fedfs-security-addendum'>
        <front>
          <title>Federated Filesystem Security Addendum
          </title>
          <author initials="C." surname="Lever" fullname="C. Lever">
            <organization>Oracle</organization>
          </author>
          <date year="2016" month="May" />
        </front>
        <seriesInfo name="draft-cel-nfsv4-federated-fs-security-addendum-05" value="(Active Internet Draft)"/>
      </reference>

      <reference anchor="PAC">
        <front>
          <title>
            Utilizing the Windows 2000 Authorization Data in
            Kerberos Tickets for Access Control to Resources
          </title>
          <author initials="J. " surname="Brezak" fullname="J.Brezak">
            <organization>Microsoft Corporation</organization>
          </author>
          <date month="October" year="2002" />
        </front>
      </reference>

      <reference anchor="CIFS">
        <front>
          <title>
            [MS-CIFS] — v20130118 Common Internet File System (CIFS) Protocol
          </title>
          <author>
            <organization>Microsoft Corporation</organization>
          </author>
          <date month="January" year="2013" />
        </front>
      </reference>

    </references>


    <section title="Acknowledgments">
      <t>
       Andy Adamson would like to thank NetApp, Inc. for its funding of his
       time on this project.
      </t>
      <t>
       We thank Chuck Lever, Tom Haynes, Brian Reitz, Bruce Fields, and David
       Noveck for their review.
      </t>
  </section>

  </back>
</rfc>
