From 83f89f3f195cfb451aed94bc128438876ea85043 Mon Sep 17 00:00:00 2001 From: Peter Saint-Andre Date: Fri, 11 Jun 2010 15:38:31 +0000 Subject: [PATCH] 0.2 git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@4234 4b5297f7-1745-476d-ba37-a9c6900126ab --- xep-0233.xml | 68 +++++++++++++++++++++++++++++++++++++++------------- 1 file changed, 52 insertions(+), 16 deletions(-) diff --git a/xep-0233.xml b/xep-0233.xml index 06ed9ac6..dca8ba34 100644 --- a/xep-0233.xml +++ b/xep-0233.xml @@ -10,14 +10,14 @@ This specification defines a method by which a connection manager associated with an XMPP server can inform a connecting client about its domain-based service name. &LEGALNOTICE; 0233 - Deferred + Experimental Standards Track Standards Council XMPP Core - draft-ietf-kitten-gssapi-domain-based-names - draft-ietf-kitten-krb5-gssapi-domain-based-names + RFC 5178 + RFC 5179 @@ -25,6 +25,12 @@ &linuxwolf; &stpeter; &hildjj; + + 0.2 + 2010-06-10 + psa +

Expanded use beyond Kerberos; updated namespace; corrected schema; updated references.

+
0.1 2008-01-30 @@ -46,13 +52,14 @@ -

In certain kinds of XMPP deployments, multiple connection managers associated with the XMPP server may be used to handle requests from connecting clients. When such an architecture is used in environments that make use of Kerberos V and negotiation of Simple Authentication and Security Layer (SASL) over XMPP, the connection manager may need to give the client additional information about its principal so that the client can obtain a proper ticket for authentication.

-

This scenario was not addressed in &rfc3920;. However, the problem can now be solved using the concept of domain-based service names as described in &kittenspn;. In particular, because XMPP servers typically use the Kerberos V5 ("GSSAPI") SASL mechanism as described in &rfc4752;, they can communicate domain-based names as Kerberos V service principal names as described in &kittenspnkrb5;.

-

Therefore this document defines a method for communication of Kerberos V domain-based service names in the context of SASL negotiation by XMPP entities.

+

In certain kinds of XMPP deployments, multiple connection managers associated with the XMPP server can be used to handle requests from connecting clients. In such an architecture, the connection manager might need to communicate the hostname to which the client has connected, or information about alternative connection manager.

+

This is especially true in environments that make use of Kerberos V and negotiation of Simple Authentication and Security Layer (SASL) over XMPP, because the client might need additional information about the Kerberos principal so that it can obtain a proper ticket for authentication.

+

This scenario was not addressed in &rfc3920;. However, the problem can now be solved using the concept of domain-based service names as described in &rfc5178;. In particular, because XMPP servers typically use the Kerberos V5 ("GSSAPI") SASL mechanism as described in &rfc4752;, they can communicate domain-based names as Kerberos V service principal names as described in &rfc5179;.

+

Therefore this document defines a method for communication of authentication hostnames (especially Kerberos V domain-based service names) in the context of SASL negotiation by XMPP entities.

- -

When a connection manager associated with an XMPP server needs to communicate additional information about its service principal name to a connecting client, it can do so by including a child element of the <mechanisms/> element during SASL negotation, as specified in &rfc3920bis;. In the case of the Kerberos V SASL mechanism, the child element is a <hostname/> element qualified by the 'urn:xmpp:tmp:domain-based-name' namespace &NSNOTE;. The <hostname/> element MUST include a 'mechanism' attribute, where the value MUST be "GSSAPI". The XML character data of the <hostname/> element shall specify the fully-qualified name of the connection manager (known as the hostname). The client then generates a domain-based service name from the provided hostname, following the format specified in draft-ietf-kitten-krb5-gssapi-domain-based-names (i.e., "protocol/hostname/domainname@REALM"):

+ +

When a connection manager associated with an XMPP server needs to communicate additional information about its service principal name to a connecting client, it can do so by including a child element of the <mechanisms/> element during SASL negotation, as specified in &rfc3920bis;. In the case of the Kerberos V SASL mechanism, the child element is a <hostname/> element qualified by the 'urn:xmpp:domain-based-name:0' namespace &NSNOTE;. In the context of Kerberos, the <hostname/> element MUST include a 'mechanism' attribute, where the value MUST be "GSSAPI". The XML character data of the <hostname/> element shall specify the fully-qualified name of the connection manager (known as the hostname). The client then generates a domain-based service name from the provided hostname, following the format specified in RFC 5179 (i.e., "protocol/hostname/domainname@REALM"):

  • The protocol string MUST be "xmpp"
  • The hostname string MUST be the XML character data of the <hostname/> element
  • @@ -65,15 +72,29 @@ GSSAPI DIGEST-MD5 - cm7.us.example.com ]]>

    The client would then attempt to obtain a ticket for the domain-based principal "xmpp/cm7.us.example.com/example.com@EXAMPLE.COM".

    + +

    This protocol can also be used to communicate connection manager hostnames outside the context of Kerberos. In this case, the <hostname/> element will not include the 'mechanism' attribute, and multiple instances of the <hostname/> element can be included. An example follows.

    + + GSSAPI + DIGEST-MD5 + + cm3.us.example.com + cm5.us.example.com + cm9.us.example.com + + ]]> +
    + -

    The communication of hostnames during SASL negotiation is not known to introduce new security vulnerabilities. Communication of hostnames SHOULD NOT occur until after the underlying channel has been secured using Transport Layer Security (TLS; &rfc4346;) as described for XMPP in RFC 3920 and rfc3920bis. For additional security considerations, refer to draft-ietf-kitten-gssapi-domain-based-names and draft-ietf-kitten-krb5-gssapi-domain-based-names.

    +

    The communication of hostnames during SASL negotiation is not known to introduce new security vulnerabilities. Communication of hostnames SHOULD NOT occur until after the underlying channel has been secured using Transport Layer Security (TLS; &rfc5246;) as described for XMPP in RFC 3920 and rfc3920bis. For additional security considerations, refer to RFC5178 and RFC 5179.

    @@ -81,8 +102,15 @@ - -

    Until this specification advances to a status of Draft, its associated namespace shall be "urn:xmpp:tmp:domain-based-name"; upon advancement of this specification, the ®ISTRAR; shall issue a permanent namespace in accordance with the process defined in Section 4 of &xep0053;.

    + +

    This specification defines the following XML namespace:

    +
      +
    • urn:xmpp:domain-based-name:0:0
    • +
    +

    Upon advancement of this specification from a status of Experimental to a status of Draft, the ®ISTRAR; shall add the foregoing namespace to the registry located at &NAMESPACES;, as described in Section 4 of &xep0053;.

    +
    + + &NSVER;
    @@ -92,18 +120,26 @@ - + + + + + + + + + ]]> -

    Thanks to Alexey Melnikov for his comments.

    +

    Thanks to Owen Friel, Shane Hannon, Seamus Kerrigan, and Alexey Melnikov for their comments.