openldap/servers/slapd/schema/misc.schema

76 lines
2.3 KiB
Text
Raw Normal View History

2003-11-28 15:24:54 -05:00
# misc.schema -- assorted schema definitions
1999-09-08 18:52:19 -04:00
# $OpenLDAP$
2003-11-28 15:24:54 -05:00
## This work is part of OpenLDAP Software <http://www.openldap.org/>.
##
2009-01-21 19:40:04 -05:00
## Copyright 1998-2009 The OpenLDAP Foundation.
2003-11-28 15:24:54 -05:00
## All rights reserved.
##
## Redistribution and use in source and binary forms, with or without
## modification, are permitted only as authorized by the OpenLDAP
## Public License.
##
## A copy of this license is available in the file LICENSE in the
## top-level directory of the distribution or, alternatively, at
## <http://www.OpenLDAP.org/license.html>.
2001-05-09 00:16:47 -04:00
#
2000-07-27 16:17:26 -04:00
# Assorted definitions from several sources, including
2002-01-08 16:14:00 -05:00
# ''works in progress''. Contents of this file are
# subject to change (including deletion) without notice.
2001-05-09 00:16:47 -04:00
#
2002-01-07 02:41:45 -05:00
# Not recommended for production use!
2002-01-08 16:14:00 -05:00
# Use with extreme caution!
2003-03-12 20:29:49 -05:00
#-----------------------------------------------------------
2002-01-07 02:41:45 -05:00
# draft-lachman-laser-ldap-mail-routing-02.txt !!!EXPIRED!!!
# (a work in progress)
#
attributetype ( 2.16.840.1.113730.3.1.13
NAME 'mailLocalAddress'
DESC 'RFC822 email address of this recipient'
EQUALITY caseIgnoreIA5Match
2000-07-27 16:11:41 -04:00
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
attributetype ( 2.16.840.1.113730.3.1.18
NAME 'mailHost'
2002-01-06 00:27:03 -05:00
DESC 'FQDN of the SMTP/MTA of this recipient'
EQUALITY caseIgnoreIA5Match
2000-07-27 16:11:41 -04:00
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256}
SINGLE-VALUE )
attributetype ( 2.16.840.1.113730.3.1.47
NAME 'mailRoutingAddress'
2002-01-06 00:27:03 -05:00
DESC 'RFC822 routing address of this recipient'
EQUALITY caseIgnoreIA5Match
2000-07-27 16:11:41 -04:00
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256}
SINGLE-VALUE )
# I-D leaves this OID TBD.
2003-02-15 11:38:32 -05:00
# iPlanet uses 2.16.840.1.113.730.3.2.147 but that is an
# improperly delegated OID. A typo is likely.
objectclass ( 2.16.840.1.113730.3.2.147
NAME 'inetLocalMailRecipient'
DESC 'Internet local mail recipient'
SUP top AUXILIARY
MAY ( mailLocalAddress $ mailHost $ mailRoutingAddress ) )
2001-05-09 00:16:47 -04:00
2003-03-12 20:29:49 -05:00
#-----------------------------------------------------------
# draft-srivastava-ldap-mail-00.txt !!!EXPIRED!!!
# (a work in progress)
2001-10-04 22:01:37 -04:00
#
2001-05-09 00:16:47 -04:00
attributetype ( 1.3.6.1.4.1.42.2.27.2.1.15
NAME 'rfc822MailMember'
DESC 'rfc822 mail address of group member(s)'
EQUALITY caseIgnoreIA5Match
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
2003-03-12 20:29:49 -05:00
#-----------------------------------------------------------
2001-05-09 00:16:47 -04:00
# !!!no I-D!!!
# (a work in progress)
2001-05-09 00:16:47 -04:00
#
objectclass ( 1.3.6.1.4.1.42.2.27.1.2.5
NAME 'nisMailAlias'
DESC 'NIS mail alias'
SUP top STRUCTURAL
MUST cn
MAY rfc822MailMember )