Subversion Repositories configs

Rev

Rev 4 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
4 - 1
# misc.schema -- assorted schema definitions
9 - 2
# $OpenLDAP$
4 - 3
## This work is part of OpenLDAP Software <http://www.openldap.org/>.
4
##
9 - 5
## Copyright 1998-2014 The OpenLDAP Foundation.
4 - 6
## All rights reserved.
7
##
8
## Redistribution and use in source and binary forms, with or without
9
## modification, are permitted only as authorized by the OpenLDAP
10
## Public License.
11
##
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>.
15
#
16
# Assorted definitions from several sources, including
17
# ''works in progress''.  Contents of this file are
18
# subject to change (including deletion) without notice.
19
#
20
# Not recommended for production use!
21
# Use with extreme caution!
22
 
23
#-----------------------------------------------------------
24
# draft-lachman-laser-ldap-mail-routing-02.txt !!!EXPIRED!!!
25
#	(a work in progress)
26
#
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} )
32
 
33
attributetype ( 2.16.840.1.113730.3.1.18
34
	NAME 'mailHost'
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}
38
	SINGLE-VALUE )
39
 
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}
45
	SINGLE-VALUE )
46
 
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'
53
	SUP top AUXILIARY
54
	MAY	( mailLocalAddress $ mailHost $ mailRoutingAddress ) )
55
 
56
#-----------------------------------------------------------
57
# draft-srivastava-ldap-mail-00.txt !!!EXPIRED!!!
58
#	(a work in progress)
59
#
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 )
65
 
66
#-----------------------------------------------------------
67
# !!!no I-D!!!
68
#	(a work in progress)
69
#
70
objectclass ( 1.3.6.1.4.1.42.2.27.1.2.5
71
	NAME 'nisMailAlias'
72
	DESC 'NIS mail alias'
73
	SUP top STRUCTURAL
74
	MUST cn
75
	MAY rfc822MailMember )