idnits 2.17.1 draft-stroeder-mailboxrelatedobject-00.txt: Checking boilerplate required by RFC 5378 and the IETF Trust (see https://trustee.ietf.org/license-info): ---------------------------------------------------------------------------- No issues found here. Checking nits according to https://www.ietf.org/id-info/1id-guidelines.txt: ---------------------------------------------------------------------------- No issues found here. Checking nits according to https://www.ietf.org/id-info/checklist : ---------------------------------------------------------------------------- No issues found here. Miscellaneous warnings: ---------------------------------------------------------------------------- == The copyright year in the IETF Trust and authors Copyright Line does not match the current year -- The document date (December 16, 2012) is 4147 days in the past. Is this intentional? Checking references for intended status: Informational ---------------------------------------------------------------------------- No issues found here. Summary: 0 errors (**), 0 flaws (~~), 1 warning (==), 1 comment (--). Run idnits with the --verbose option for more detailed information about the items above. -------------------------------------------------------------------------------- 2 Network Working Group M. Stroeder 3 Internet-Draft December 16, 2012 4 Intended status: Informational 5 Expires: June 19, 2013 7 Lightweight Directory Access Protocol (LDAP): 8 Auxiliary Object Class 'mailboxRelatedObject' 9 draft-stroeder-mailboxrelatedobject-00 11 Abstract 13 This document defines the auxiliary object class 14 'mailboxRelatedObject' that can be used to associate an arbitrary 15 object with a RFC 2822 mail address. 17 Status of this Memo 19 This Internet-Draft is submitted in full conformance with the 20 provisions of BCP 78 and BCP 79. 22 Internet-Drafts are working documents of the Internet Engineering 23 Task Force (IETF). Note that other groups may also distribute 24 working documents as Internet-Drafts. The list of current Internet- 25 Drafts is at http://datatracker.ietf.org/drafts/current/. 27 Internet-Drafts are draft documents valid for a maximum of six months 28 and may be updated, replaced, or obsoleted by other documents at any 29 time. It is inappropriate to use Internet-Drafts as reference 30 material or to cite them other than as "work in progress." 32 This Internet-Draft will expire on June 19, 2013. 34 Copyright Notice 36 Copyright (c) 2012 IETF Trust and the persons identified as the 37 document authors. All rights reserved. 39 This document is subject to BCP 78 and the IETF Trust's Legal 40 Provisions Relating to IETF Documents 41 (http://trustee.ietf.org/license-info) in effect on the date of 42 publication of this document. Please review these documents 43 carefully, as they describe your rights and restrictions with respect 44 to this document. Code Components extracted from this document must 45 include Simplified BSD License text as described in Section 4.e of 46 the Trust Legal Provisions and are provided without warranty as 47 described in the Simplified BSD License. 49 Table of Contents 51 1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . . 3 52 2. Object Class Definition . . . . . . . . . . . . . . . . . . . . 3 53 3. IANA Considerations . . . . . . . . . . . . . . . . . . . . . . 3 54 4. Security Considerations . . . . . . . . . . . . . . . . . . . . 3 55 5. Normative References . . . . . . . . . . . . . . . . . . . . . 4 56 Author's Address . . . . . . . . . . . . . . . . . . . . . . . . . 4 58 1. Introduction 60 Often there is a need to add attribute 'mail' defined in [RFC4524] to 61 directory entries to associate a, most times non-personal, RFC 2822 62 mail address with an arbitrary object. 64 This document defines the auxiliary object class 65 'mailboxRelatedObject' for that purpose so abusing person object 66 classes like 'inetOrgPerson' defined in [RFC2798] for non-personal 67 mail addresses is not needed. 69 The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", 70 "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this 71 document are to be interpreted as described in [RFC2119]. 73 This document is being discussed on the ldapext@ietf.org mailing 74 list. 76 2. Object Class Definition 78 Entries of auxiliary object class 'mailboxRelatedObject' MUST contain 79 attribute 'mail' defined in [RFC4524] as required attribute and MAY 80 contain attribute 'displayName' defined in [RFC2798]. 82 ( 1.3.6.1.4.1.5427.1.389.6.9 83 NAME 'mailboxRelatedObject' 84 DESC 'Associated RFC 2822 mailbox for any entry' 85 AUXILIARY 86 MUST ( mail ) 87 MAY ( displayName ) ) 89 3. IANA Considerations 91 The OID arc used for the object class defintion is: 92 iso(1) org(3) dod(6) internet(1) private(4) enter-prise(1) 93 stroeder.com(5427) public(1) ldap(389) objectClasses(6) 95 4. Security Considerations 97 The introduction of these object classes does not impact the security 98 of the Internet or a particular LDAP directory service. 100 Security considerations for LDAP in general are discussed in 101 documents comprising the technical specification [RFC4510]. 103 5. Normative References 105 [RFC2119] Bradner, S., "Key words for use in RFCs to Indicate 106 Requirement Levels", BCP 14, RFC 2119, March 1997. 108 [RFC2798] Smith, M., "Definition of the inetOrgPerson LDAP Object 109 Class", RFC 2798, April 2000. 111 [RFC4510] Zeilenga, K., "Lightweight Directory Access Protocol 112 (LDAP): Technical Specification Road Map", RFC 4510, 113 June 2006. 115 [RFC4524] Zeilenga, K., "COSINE LDAP/X.500 Schema", RFC 4524, 116 June 2006. 118 Author's Address 120 Michael Stroeder 121 Karlsruhe 122 Germany 124 Email: michael@stroeder.com 125 URI: http://www.stroeder.com