1 # misc.schema -- assorted schema definitions
3 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
5 ## Copyright 1998-2013 The OpenLDAP Foundation.
6 ## All rights reserved.
8 ## Redistribution and use in source and binary forms, with or without
9 ## modification, are permitted only as authorized by the OpenLDAP
12 ## A copy of this license is available in the file LICENSE in the
13 ## top-level directory of the distribution or, alternatively, at
14 ## <http://www.OpenLDAP.org/license.html>.
16 # Assorted definitions from several sources, including
17 # ''works in progress''. Contents of this file are
18 # subject to change (including deletion) without notice.
20 # Not recommended for production use!
21 # Use with extreme caution!
23 #-----------------------------------------------------------
24 # draft-lachman-laser-ldap-mail-routing-02.txt !!!EXPIRED!!!
25 # (a work in progress)
27 attributetype ( 2.16.840.1.113730.3.1.13
28 NAME 'mailLocalAddress'
29 DESC 'RFC822 email address of this recipient'
30 EQUALITY caseIgnoreIA5Match
31 SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
33 attributetype ( 2.16.840.1.113730.3.1.18
35 DESC 'FQDN of the SMTP/MTA of this recipient'
36 EQUALITY caseIgnoreIA5Match
37 SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256}
40 attributetype ( 2.16.840.1.113730.3.1.47
41 NAME 'mailRoutingAddress'
42 DESC 'RFC822 routing address of this recipient'
43 EQUALITY caseIgnoreIA5Match
44 SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256}
47 # I-D leaves this OID TBD.
48 # iPlanet uses 2.16.840.1.113.730.3.2.147 but that is an
49 # improperly delegated OID. A typo is likely.
50 objectclass ( 2.16.840.1.113730.3.2.147
51 NAME 'inetLocalMailRecipient'
52 DESC 'Internet local mail recipient'
54 MAY ( mailLocalAddress $ mailHost $ mailRoutingAddress ) )
56 #-----------------------------------------------------------
57 # draft-srivastava-ldap-mail-00.txt !!!EXPIRED!!!
58 # (a work in progress)
60 attributetype ( 1.3.6.1.4.1.42.2.27.2.1.15
61 NAME 'rfc822MailMember'
62 DESC 'rfc822 mail address of group member(s)'
63 EQUALITY caseIgnoreIA5Match
64 SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
66 #-----------------------------------------------------------
68 # (a work in progress)
70 objectclass ( 1.3.6.1.4.1.42.2.27.1.2.5
75 MAY rfc822MailMember )