2001-08-01 13:40:30 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
INTERNET-DRAFT Kurt D. Zeilenga
|
|
|
|
|
Intended Category: Standard Track OpenLDAP Foundation
|
2003-12-07 15:50:23 +08:00
|
|
|
|
Expires in six months 25 October 2003
|
2001-08-01 13:40:30 +08:00
|
|
|
|
|
|
|
|
|
|
2003-12-07 15:50:23 +08:00
|
|
|
|
LDAP Cancel Operation
|
|
|
|
|
<draft-zeilenga-ldap-cancel-10.txt>
|
2001-08-01 13:40:30 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1. Status of this Memo
|
|
|
|
|
|
|
|
|
|
This document is an Internet-Draft and is in full conformance with all
|
|
|
|
|
provisions of Section 10 of RFC2026.
|
|
|
|
|
|
|
|
|
|
This document is intended to be, after appropriate review and
|
|
|
|
|
revision, submitted to the RFC Editor as a Standard Track document.
|
|
|
|
|
Distribution of this memo is unlimited. Technical discussion of this
|
2003-12-07 15:50:23 +08:00
|
|
|
|
document will take place on the IETF LDAP Extensions mailing list
|
|
|
|
|
<ldapext@ietf.org>. Please send editorial comments directly to the
|
|
|
|
|
author <Kurt@OpenLDAP.org>.
|
2001-08-01 13:40:30 +08:00
|
|
|
|
|
|
|
|
|
Internet-Drafts are working documents of the Internet Engineering Task
|
|
|
|
|
Force (IETF), its areas, and its working groups. Note that other
|
|
|
|
|
groups may also distribute working documents as Internet-Drafts.
|
|
|
|
|
Internet-Drafts are draft documents valid for a maximum of six months
|
|
|
|
|
and may be updated, replaced, or obsoleted by other documents at any
|
|
|
|
|
time. It is inappropriate to use Internet-Drafts as reference
|
|
|
|
|
material or to cite them other than as ``work in progress.''
|
|
|
|
|
|
|
|
|
|
The list of current Internet-Drafts can be accessed at
|
2002-06-07 09:58:40 +08:00
|
|
|
|
<http://www.ietf.org/ietf/1id-abstracts.txt>. The list of
|
|
|
|
|
Internet-Draft Shadow Directories can be accessed at
|
|
|
|
|
<http://www.ietf.org/shadow.html>.
|
2001-08-01 13:40:30 +08:00
|
|
|
|
|
2003-12-07 15:50:23 +08:00
|
|
|
|
Copyright (C) The Internet Society (2003). All Rights Reserved.
|
2001-08-01 13:40:30 +08:00
|
|
|
|
|
2003-12-07 15:50:23 +08:00
|
|
|
|
Please see the Full Copyright section near the end of this document
|
|
|
|
|
for more information.
|
2001-08-01 13:40:30 +08:00
|
|
|
|
|
|
|
|
|
|
2002-06-07 09:58:40 +08:00
|
|
|
|
Abstract
|
2001-08-01 13:40:30 +08:00
|
|
|
|
|
2003-06-01 06:47:07 +08:00
|
|
|
|
This specification describes a Lightweight Directory Access Protocol
|
|
|
|
|
(LDAP) extended operation to cancel (or abandon) an outstanding
|
|
|
|
|
operation. Unlike the LDAP Abandon operation but like the X.511
|
|
|
|
|
Directory Access Protocol (DAP) Abandon operation, this operation has
|
|
|
|
|
a response which provides an indication of its outcome.
|
2001-08-01 13:40:30 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Zeilenga LDAP Cancel [Page 1]
|
|
|
|
|
|
2003-12-07 15:50:23 +08:00
|
|
|
|
INTERNET-DRAFT draft-zeilenga-ldap-cancel-10 25 Octeboer 2003
|
2001-08-01 13:40:30 +08:00
|
|
|
|
|
|
|
|
|
|
2003-12-07 15:50:23 +08:00
|
|
|
|
Terminology
|
|
|
|
|
|
|
|
|
|
Protocol elements are described using ASN.1 [X.680] with implicit
|
|
|
|
|
tags. The term "BER-encoded" means the element is to be encoded using
|
|
|
|
|
the Basic Encoding Rules [X.690] under the restrictions detailed in
|
|
|
|
|
Section 5.1 of [RFC2251].
|
|
|
|
|
|
|
|
|
|
DSA stands for Directory System Agent (or server).
|
|
|
|
|
DSE stands for DSA-specific Entry.
|
2001-08-01 13:40:30 +08:00
|
|
|
|
|
2002-06-07 09:58:40 +08:00
|
|
|
|
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 BCP 14 [RFC2119].
|
2001-08-01 13:40:30 +08:00
|
|
|
|
|
|
|
|
|
|
2002-06-07 09:58:40 +08:00
|
|
|
|
1. Background and Intent of Use
|
2001-08-01 13:40:30 +08:00
|
|
|
|
|
2003-06-01 06:47:07 +08:00
|
|
|
|
The Lightweight Directory Access Protocol (LDAP) [RFC3377] provides an
|
|
|
|
|
Abandon operation [RFC2251] which clients may use to cancel other
|
|
|
|
|
operations. The Abandon operation does not have a response and calls
|
|
|
|
|
for there to be no response of the abandoned operation. These
|
|
|
|
|
semantics provide the client with no clear indication of the outcome
|
|
|
|
|
of the Abandon operation.
|
2001-08-01 13:40:30 +08:00
|
|
|
|
|
2003-06-01 06:47:07 +08:00
|
|
|
|
X.511 Directory Access Protocol (DAP) [X.511] provides an Abandon
|
|
|
|
|
operation which does have a response and also requires the abandoned
|
2003-12-07 15:50:23 +08:00
|
|
|
|
operation to return a response indicating it was canceled. The LDAP
|
|
|
|
|
Cancel operation is modeled after the DAP Abandon operation.
|
2001-08-01 13:40:30 +08:00
|
|
|
|
|
2003-12-07 15:50:23 +08:00
|
|
|
|
The LDAP Cancel operation SHOULD be used instead of the LDAP Abandon
|
2002-06-07 09:58:40 +08:00
|
|
|
|
operation when the client needs an indication of the outcome. This
|
|
|
|
|
operation may be used to cancel both interrogation and update
|
|
|
|
|
operations.
|
|
|
|
|
|
|
|
|
|
|
2003-06-01 06:47:07 +08:00
|
|
|
|
2. Cancel Operation
|
2001-08-01 13:40:30 +08:00
|
|
|
|
|
2003-06-01 06:47:07 +08:00
|
|
|
|
The Cancel operation is defined as a LDAP Extended Operation [RFC2251,
|
|
|
|
|
Section 4.12] identified by the IANA-ASSIGNED-OID. This section
|
|
|
|
|
details the syntax of the Cancel request and response messages and
|
|
|
|
|
defines additional LDAP resultCodes.
|
2001-08-01 13:40:30 +08:00
|
|
|
|
|
|
|
|
|
cancelRequestValue ::= SEQUENCE {
|
|
|
|
|
cancelID MessageID
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2003-06-01 06:47:07 +08:00
|
|
|
|
2.1. Cancel Request
|
2001-08-01 13:40:30 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2002-06-07 09:58:40 +08:00
|
|
|
|
Zeilenga LDAP Cancel [Page 2]
|
|
|
|
|
|
2003-12-07 15:50:23 +08:00
|
|
|
|
INTERNET-DRAFT draft-zeilenga-ldap-cancel-10 25 Octeboer 2003
|
2001-08-01 13:40:30 +08:00
|
|
|
|
|
|
|
|
|
|
2003-12-07 15:50:23 +08:00
|
|
|
|
The Cancel request is an ExtendedRequest with the requestName field
|
|
|
|
|
containing the IANA-ASSIGNED-OID and a requestValue field which
|
|
|
|
|
contains a BER-encoded cancelRequestValue value. The cancelID field
|
|
|
|
|
contains the message id associated with the operation to be canceled.
|
2001-08-01 13:40:30 +08:00
|
|
|
|
|
|
|
|
|
|
2003-06-01 06:47:07 +08:00
|
|
|
|
2.2. Cancel Response
|
2001-08-01 13:40:30 +08:00
|
|
|
|
|
2002-06-07 09:58:40 +08:00
|
|
|
|
A Cancel response is an ExtendedResponse where the responseName and
|
2001-08-01 13:40:30 +08:00
|
|
|
|
response fields are absent.
|
|
|
|
|
|
|
|
|
|
|
2003-06-01 06:47:07 +08:00
|
|
|
|
2.3. Additional Result Codes
|
2001-08-01 13:40:30 +08:00
|
|
|
|
|
|
|
|
|
Implementations of this specification SHALL recognize the following
|
|
|
|
|
additional resultCode values:
|
|
|
|
|
|
2002-06-07 09:58:40 +08:00
|
|
|
|
canceled (IANA-ASSIGNED-1)
|
|
|
|
|
noSuchOperation (IANA-ASSIGNED-2)
|
|
|
|
|
tooLate (IANA-ASSIGNED-3)
|
|
|
|
|
cannotCancel (IANA-ASSIGNED-4)
|
2001-08-01 13:40:30 +08:00
|
|
|
|
|
|
|
|
|
|
2003-06-01 06:47:07 +08:00
|
|
|
|
3. Operational Semantics
|
2001-08-01 13:40:30 +08:00
|
|
|
|
|
|
|
|
|
The function of the Cancel Operation is to request that the server
|
|
|
|
|
cancel an outstanding operation issued within the same session.
|
|
|
|
|
|
|
|
|
|
The client requests the cancelation of an outstanding operation by
|
2003-12-07 15:50:23 +08:00
|
|
|
|
issuing a Cancel Response with a cancelID set to the message id of the
|
|
|
|
|
outstanding operation. The Cancel Request itself has a distinct
|
|
|
|
|
message id. Clients SHOULD NOT request cancelation of an operation
|
|
|
|
|
multiple times.
|
2001-08-01 13:40:30 +08:00
|
|
|
|
|
|
|
|
|
If the server is willing and able to cancel the outstanding operation
|
|
|
|
|
identified by the cancelId, the server SHALL return a Cancel Response
|
|
|
|
|
with a success resultCode and the canceled operation SHALL fail with
|
|
|
|
|
canceled resultCode. Otherwise the Cancel Response SHALL have a
|
|
|
|
|
non-success resultCode and SHALL NOT have impact upon the outstanding
|
|
|
|
|
operation (if it exists).
|
|
|
|
|
|
2003-06-01 06:47:07 +08:00
|
|
|
|
The protocolError resultCode is returned if the server is unable to
|
|
|
|
|
parse the requestValue or the requestValue is absent,
|
2001-08-01 13:40:30 +08:00
|
|
|
|
|
2003-06-01 06:47:07 +08:00
|
|
|
|
The noSuchOperation resultCode is returned if the server has no
|
|
|
|
|
knowledge of the operation requested to be canceled.
|
|
|
|
|
|
|
|
|
|
The cannotCancel resultCode is returned if the identified operation
|
2002-06-07 09:58:40 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Zeilenga LDAP Cancel [Page 3]
|
|
|
|
|
|
2003-12-07 15:50:23 +08:00
|
|
|
|
INTERNET-DRAFT draft-zeilenga-ldap-cancel-10 25 Octeboer 2003
|
2002-06-07 09:58:40 +08:00
|
|
|
|
|
|
|
|
|
|
2003-12-07 15:50:23 +08:00
|
|
|
|
does not support cancelation or the cancel operation could not be
|
|
|
|
|
performed. The following classes of operations are not cancelable:
|
|
|
|
|
|
2001-08-01 13:40:30 +08:00
|
|
|
|
- operations which have no response,
|
|
|
|
|
|
2003-12-07 15:50:23 +08:00
|
|
|
|
- operations which create, alter, or destroy authentication and/or
|
2001-08-01 13:40:30 +08:00
|
|
|
|
authorization associations,
|
|
|
|
|
|
2003-12-07 15:50:23 +08:00
|
|
|
|
- operations which establish, alter, or tear-down security services,
|
|
|
|
|
and
|
2001-08-01 13:40:30 +08:00
|
|
|
|
|
|
|
|
|
- operations which abandon or cancel other operations.
|
|
|
|
|
|
2003-06-01 06:47:07 +08:00
|
|
|
|
Specifically, the Abandon, Bind, Start TLS [RFC2830], Unbind and
|
|
|
|
|
Cancel operations are not cancelable.
|
2001-08-01 13:40:30 +08:00
|
|
|
|
|
2003-06-01 06:47:07 +08:00
|
|
|
|
The tooLate resultCode is returned to indicate that it is too late to
|
|
|
|
|
cancel the outstanding operation. For example, the server may return
|
|
|
|
|
tooLate for a request to cancel an outstanding modify operation which
|
2003-12-07 15:50:23 +08:00
|
|
|
|
as already committed updates to the underlying data store.
|
2001-08-01 13:40:30 +08:00
|
|
|
|
|
|
|
|
|
Servers SHOULD indicate their support for this extended operation by
|
2003-12-07 15:50:23 +08:00
|
|
|
|
providing IANA-ASSIGNED-OID as a value of the 'supportedExtension'
|
2003-06-01 06:47:07 +08:00
|
|
|
|
attribute type in their root DSE. A server MAY choose to advertise
|
2003-12-07 15:50:23 +08:00
|
|
|
|
this extension only when the client is authorized to use it.
|
2001-08-01 13:40:30 +08:00
|
|
|
|
|
|
|
|
|
|
2003-06-01 06:47:07 +08:00
|
|
|
|
4. Security Considerations
|
2001-08-01 13:40:30 +08:00
|
|
|
|
|
2003-12-07 15:50:23 +08:00
|
|
|
|
This operation is intended to allow user to cancel operations they
|
|
|
|
|
previously issued during the current LDAP association. In certain
|
|
|
|
|
cases, such as when the Proxy Authorization Control is in use,
|
|
|
|
|
different outstanding operations may be processed under different LDAP
|
|
|
|
|
associations. Servers MUST NOT allow a user to cancel an operation
|
|
|
|
|
belonging to another user.
|
2001-08-01 13:40:30 +08:00
|
|
|
|
|
|
|
|
|
Some operations should not be cancelable for security reasons. This
|
|
|
|
|
specification disallows cancelation of Bind operation and Start TLS
|
|
|
|
|
extended operation so as to avoid adding complexity to authentication,
|
|
|
|
|
authorization, and security layer semantics. Designers of future
|
2003-06-01 06:47:07 +08:00
|
|
|
|
extended operations and/or controls should disallow abandonment and
|
2001-08-01 13:40:30 +08:00
|
|
|
|
cancelation when appropriate.
|
|
|
|
|
|
|
|
|
|
|
2003-06-01 06:47:07 +08:00
|
|
|
|
5. IANA Considerations
|
|
|
|
|
|
|
|
|
|
Registration of the following values [RFC3383] is requested.
|
|
|
|
|
|
2002-06-07 09:58:40 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Zeilenga LDAP Cancel [Page 4]
|
|
|
|
|
|
2003-12-07 15:50:23 +08:00
|
|
|
|
INTERNET-DRAFT draft-zeilenga-ldap-cancel-10 25 Octeboer 2003
|
|
|
|
|
|
2002-06-07 09:58:40 +08:00
|
|
|
|
|
2003-12-07 15:50:23 +08:00
|
|
|
|
5.1. Object Identifier
|
2002-06-07 09:58:40 +08:00
|
|
|
|
|
2003-12-07 15:50:23 +08:00
|
|
|
|
It is requested that IANA register upon Standards Action an LDAP
|
|
|
|
|
Object Identifier to identify the LDAP Cancel Operation as defined in
|
|
|
|
|
this document.
|
2002-06-07 09:58:40 +08:00
|
|
|
|
|
2003-06-01 06:47:07 +08:00
|
|
|
|
Subject: Request for LDAP Object Identifier Registration
|
2002-06-07 09:58:40 +08:00
|
|
|
|
Person & email address to contact for further information:
|
|
|
|
|
Kurt Zeilenga <kurt@OpenLDAP.org>
|
2003-12-07 15:50:23 +08:00
|
|
|
|
Specification: RFC XXXX
|
2002-06-07 09:58:40 +08:00
|
|
|
|
Author/Change Controller: IESG
|
2003-06-01 06:47:07 +08:00
|
|
|
|
Comments:
|
2003-12-07 15:50:23 +08:00
|
|
|
|
Identifies the LDAP Cancel Operation
|
2002-06-07 09:58:40 +08:00
|
|
|
|
|
|
|
|
|
|
2003-06-01 06:47:07 +08:00
|
|
|
|
5.2. LDAP Protocol Mechanism
|
2002-06-07 09:58:40 +08:00
|
|
|
|
|
2003-06-01 06:47:07 +08:00
|
|
|
|
It is requested that IANA register upon Standards Action the LDAP
|
|
|
|
|
Protocol Mechanism described in this document.
|
|
|
|
|
|
2003-12-07 15:50:23 +08:00
|
|
|
|
Subject: Request for LDAP Protocol Mechanism Registration
|
2003-06-01 06:47:07 +08:00
|
|
|
|
Object Identifier: IANA-ASSIGNED-OID
|
2003-12-07 15:50:23 +08:00
|
|
|
|
Description: LDAP Cancel Operation
|
2003-06-01 06:47:07 +08:00
|
|
|
|
Person & email address to contact for further information:
|
|
|
|
|
Kurt Zeilenga <kurt@openldap.org>
|
|
|
|
|
Usage: Extended Operation
|
2003-12-07 15:50:23 +08:00
|
|
|
|
Specification: RFC XXXX
|
2003-06-01 06:47:07 +08:00
|
|
|
|
Author/Change Controller: IESG
|
|
|
|
|
Comments: none
|
|
|
|
|
in 2
|
2002-06-07 09:58:40 +08:00
|
|
|
|
|
|
|
|
|
|
2003-06-01 06:47:07 +08:00
|
|
|
|
5.3. LDAP Result Codes
|
|
|
|
|
|
|
|
|
|
It is requested that IANA register upon Standards Action the LDAP
|
|
|
|
|
Result Codes described in this document.
|
2002-06-07 09:58:40 +08:00
|
|
|
|
|
|
|
|
|
Subject: LDAP Result Code Registration
|
|
|
|
|
Person & email address to contact for further information:
|
|
|
|
|
Kurt Zeilenga <kurt@OpenLDAP.org>
|
|
|
|
|
Result Code Name: canceled
|
|
|
|
|
Result Code Name: noSuchOperation
|
|
|
|
|
Result Code Name: tooLate
|
|
|
|
|
Result Code Name: cannotCancel
|
2003-12-07 15:50:23 +08:00
|
|
|
|
Specification: RFC XXXX
|
2002-06-07 09:58:40 +08:00
|
|
|
|
Author/Change Controller: IESG
|
|
|
|
|
Comments: request four consecutive result codes be assigned
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2003-06-01 06:47:07 +08:00
|
|
|
|
Zeilenga LDAP Cancel [Page 5]
|
|
|
|
|
|
2003-12-07 15:50:23 +08:00
|
|
|
|
INTERNET-DRAFT draft-zeilenga-ldap-cancel-10 25 Octeboer 2003
|
|
|
|
|
|
2002-06-07 09:58:40 +08:00
|
|
|
|
|
2003-12-07 15:50:23 +08:00
|
|
|
|
6. Acknowledgment
|
2002-06-07 09:58:40 +08:00
|
|
|
|
|
2003-12-07 15:50:23 +08:00
|
|
|
|
The LDAP Cancel operation is modeled after the X.511 DAP Abandon
|
2003-06-01 06:47:07 +08:00
|
|
|
|
operation.
|
2002-06-07 09:58:40 +08:00
|
|
|
|
|
|
|
|
|
|
2003-06-01 06:47:07 +08:00
|
|
|
|
7. Normative References
|
2002-06-07 09:58:40 +08:00
|
|
|
|
|
2003-12-07 15:50:23 +08:00
|
|
|
|
[RFC2119] Bradner, S., "Key words for use in RFCs to Indicate
|
|
|
|
|
Requirement Levels", BCP 14 (also RFC 2119), March 1997.
|
2002-06-07 09:58:40 +08:00
|
|
|
|
|
2003-12-07 15:50:23 +08:00
|
|
|
|
[RFC2251] Wahl, M., T. Howes and S. Kille, "Lightweight Directory
|
|
|
|
|
Access Protocol (v3)", RFC 2251, December 1997.
|
2002-06-07 09:58:40 +08:00
|
|
|
|
|
2003-12-07 15:50:23 +08:00
|
|
|
|
[RFC2830] Hodges, J., R. Morgan, and M. Wahl, "Lightweight
|
|
|
|
|
Directory Access Protocol (v3): Extension for Transport
|
|
|
|
|
Layer Security", RFC 2830, May 2000.
|
2002-06-07 09:58:40 +08:00
|
|
|
|
|
2003-12-07 15:50:23 +08:00
|
|
|
|
[RFC3377] Hodges, J. and R. Morgan, "Lightweight Directory Access
|
|
|
|
|
Protocol (v3): Technical Specification", RFC 3377,
|
|
|
|
|
September 2002.
|
2003-06-01 06:47:07 +08:00
|
|
|
|
|
2003-12-07 15:50:23 +08:00
|
|
|
|
[X.680] International Telecommunication Union -
|
|
|
|
|
Telecommunication Standardization Sector, "Abstract
|
|
|
|
|
Syntax Notation One (ASN.1) - Specification of Basic
|
|
|
|
|
Notation", X.680(1997) (also ISO/IEC 8824-1:1998).
|
2002-06-07 09:58:40 +08:00
|
|
|
|
|
2003-12-07 15:50:23 +08:00
|
|
|
|
[X.690] International Telecommunication Union -
|
|
|
|
|
Telecommunication Standardization Sector, "Specification
|
|
|
|
|
of ASN.1 encoding rules: Basic Encoding Rules (BER),
|
|
|
|
|
Canonical Encoding Rules (CER), and Distinguished
|
|
|
|
|
Encoding Rules (DER)", X.690(1997) (also ISO/IEC
|
|
|
|
|
8825-1:1998).
|
2001-08-01 13:40:30 +08:00
|
|
|
|
|
2002-06-07 09:58:40 +08:00
|
|
|
|
|
2003-06-01 06:47:07 +08:00
|
|
|
|
8. Informative References
|
2002-06-07 09:58:40 +08:00
|
|
|
|
|
2003-12-07 15:50:23 +08:00
|
|
|
|
[RFC3383] Zeilenga, K., "IANA Considerations for LDAP", BCP 64
|
|
|
|
|
(also RFC 3383), September 2002.
|
2002-06-07 09:58:40 +08:00
|
|
|
|
|
2003-12-07 15:50:23 +08:00
|
|
|
|
[X.511] International Telecommunication Union -
|
|
|
|
|
Telecommunication Standardization Sector, "The
|
|
|
|
|
Directory: Abstract Service Definition", X.511(1993).
|
2002-06-07 09:58:40 +08:00
|
|
|
|
|
2003-06-01 06:47:07 +08:00
|
|
|
|
|
|
|
|
|
9. Author's Address
|
2002-06-07 09:58:40 +08:00
|
|
|
|
|
|
|
|
|
Kurt D. Zeilenga
|
2003-06-01 06:47:07 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Zeilenga LDAP Cancel [Page 6]
|
|
|
|
|
|
2003-12-07 15:50:23 +08:00
|
|
|
|
INTERNET-DRAFT draft-zeilenga-ldap-cancel-10 25 Octeboer 2003
|
2001-08-01 13:40:30 +08:00
|
|
|
|
|
|
|
|
|
|
2003-12-07 15:50:23 +08:00
|
|
|
|
OpenLDAP Foundation
|
|
|
|
|
<Kurt@OpenLDAP.org>
|
2001-08-01 13:40:30 +08:00
|
|
|
|
|
|
|
|
|
|
2002-06-07 09:58:40 +08:00
|
|
|
|
|
2003-12-07 15:50:23 +08:00
|
|
|
|
Intellectual Property Rights
|
2002-06-07 09:58:40 +08:00
|
|
|
|
|
2003-12-07 15:50:23 +08:00
|
|
|
|
The IETF takes no position regarding the validity or scope of any
|
|
|
|
|
intellectual property or other rights that might be claimed to pertain
|
|
|
|
|
to the implementation or use of the technology described in this
|
|
|
|
|
document or the extent to which any license under such rights might or
|
|
|
|
|
might not be available; neither does it represent that it has made any
|
|
|
|
|
effort to identify any such rights. Information on the IETF's
|
|
|
|
|
procedures with respect to rights in standards-track and
|
|
|
|
|
standards-related documentation can be found in BCP-11. Copies of
|
|
|
|
|
claims of rights made available for publication and any assurances of
|
|
|
|
|
licenses to be made available, or the result of an attempt made to
|
|
|
|
|
obtain a general license or permission for the use of such proprietary
|
|
|
|
|
rights by implementors or users of this specification can be obtained
|
|
|
|
|
from the IETF Secretariat.
|
2002-06-07 09:58:40 +08:00
|
|
|
|
|
2003-12-07 15:50:23 +08:00
|
|
|
|
The IETF invites any interested party to bring to its attention any
|
|
|
|
|
copyrights, patents or patent applications, or other proprietary
|
|
|
|
|
rights which may cover technology that may be required to practice
|
|
|
|
|
this standard. Please address the information to the IETF Executive
|
|
|
|
|
Director.
|
2002-06-07 09:58:40 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2003-12-07 15:50:23 +08:00
|
|
|
|
Full Copyright
|
2002-06-07 09:58:40 +08:00
|
|
|
|
|
2003-12-07 15:50:23 +08:00
|
|
|
|
Copyright (C) The Internet Society (2003). All Rights Reserved.
|
2002-06-07 09:58:40 +08:00
|
|
|
|
|
2003-12-07 15:50:23 +08:00
|
|
|
|
This document and translations of it may be copied and furnished to
|
|
|
|
|
others, and derivative works that comment on or otherwise explain it
|
|
|
|
|
or assist in its implmentation may be prepared, copied, published and
|
|
|
|
|
distributed, in whole or in part, without restriction of any kind,
|
|
|
|
|
provided that the above copyright notice and this paragraph are
|
|
|
|
|
included on all such copies and derivative works. However, this
|
|
|
|
|
document itself may not be modified in any way, such as by removing
|
|
|
|
|
the copyright notice or references to the Internet Society or other
|
|
|
|
|
Internet organizations, except as needed for the purpose of
|
|
|
|
|
developing Internet standards in which case the procedures for
|
|
|
|
|
copyrights defined in the Internet Standards process must be followed,
|
|
|
|
|
or as required to translate it into languages other than English.
|
2002-06-07 09:58:40 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Zeilenga LDAP Cancel [Page 7]
|
2001-08-01 13:40:30 +08:00
|
|
|
|
|