Home | History | Annotate | Line # | Download | only in schema
misc.schema revision 1.1.1.3.24.1
      1           1.1  lukem # misc.schema -- assorted schema definitions
      2  1.1.1.3.24.1    tls # $OpenLDAP$
      3           1.1  lukem ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
      4           1.1  lukem ##
      5  1.1.1.3.24.1    tls ## Copyright 1998-2014 The OpenLDAP Foundation.
      6           1.1  lukem ## All rights reserved.
      7           1.1  lukem ##
      8           1.1  lukem ## Redistribution and use in source and binary forms, with or without
      9           1.1  lukem ## modification, are permitted only as authorized by the OpenLDAP
     10           1.1  lukem ## Public License.
     11           1.1  lukem ##
     12           1.1  lukem ## A copy of this license is available in the file LICENSE in the
     13           1.1  lukem ## top-level directory of the distribution or, alternatively, at
     14           1.1  lukem ## <http://www.OpenLDAP.org/license.html>.
     15           1.1  lukem #
     16           1.1  lukem # Assorted definitions from several sources, including
     17           1.1  lukem # ''works in progress''.  Contents of this file are
     18           1.1  lukem # subject to change (including deletion) without notice.
     19           1.1  lukem #
     20           1.1  lukem # Not recommended for production use!
     21           1.1  lukem # Use with extreme caution!
     22           1.1  lukem 
     23           1.1  lukem #-----------------------------------------------------------
     24           1.1  lukem # draft-lachman-laser-ldap-mail-routing-02.txt !!!EXPIRED!!!
     25           1.1  lukem #	(a work in progress)
     26           1.1  lukem #
     27           1.1  lukem attributetype ( 2.16.840.1.113730.3.1.13
     28           1.1  lukem 	NAME 'mailLocalAddress'
     29           1.1  lukem 	DESC 'RFC822 email address of this recipient'
     30           1.1  lukem 	EQUALITY caseIgnoreIA5Match
     31           1.1  lukem 	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
     32           1.1  lukem 
     33           1.1  lukem attributetype ( 2.16.840.1.113730.3.1.18
     34           1.1  lukem 	NAME 'mailHost'
     35           1.1  lukem 	DESC 'FQDN of the SMTP/MTA of this recipient'
     36           1.1  lukem 	EQUALITY caseIgnoreIA5Match
     37           1.1  lukem 	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256}
     38           1.1  lukem 	SINGLE-VALUE )
     39           1.1  lukem 
     40           1.1  lukem attributetype ( 2.16.840.1.113730.3.1.47
     41           1.1  lukem 	NAME 'mailRoutingAddress'
     42           1.1  lukem 	DESC 'RFC822 routing address of this recipient'
     43           1.1  lukem 	EQUALITY caseIgnoreIA5Match
     44           1.1  lukem 	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256}
     45           1.1  lukem 	SINGLE-VALUE )
     46           1.1  lukem 
     47           1.1  lukem # I-D leaves this OID TBD.
     48           1.1  lukem # iPlanet uses 2.16.840.1.113.730.3.2.147 but that is an
     49           1.1  lukem # improperly delegated OID.  A typo is likely.
     50           1.1  lukem objectclass ( 2.16.840.1.113730.3.2.147
     51           1.1  lukem 	NAME 'inetLocalMailRecipient'
     52           1.1  lukem 	DESC 'Internet local mail recipient'
     53           1.1  lukem 	SUP top AUXILIARY
     54           1.1  lukem 	MAY	( mailLocalAddress $ mailHost $ mailRoutingAddress ) )
     55           1.1  lukem 
     56           1.1  lukem #-----------------------------------------------------------
     57           1.1  lukem # draft-srivastava-ldap-mail-00.txt !!!EXPIRED!!!
     58           1.1  lukem #	(a work in progress)
     59           1.1  lukem #
     60           1.1  lukem attributetype ( 1.3.6.1.4.1.42.2.27.2.1.15
     61           1.1  lukem 	NAME 'rfc822MailMember'
     62           1.1  lukem 	DESC 'rfc822 mail address of group member(s)'
     63           1.1  lukem 	EQUALITY caseIgnoreIA5Match
     64           1.1  lukem 	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
     65           1.1  lukem 
     66           1.1  lukem #-----------------------------------------------------------
     67           1.1  lukem # !!!no I-D!!!
     68           1.1  lukem #	(a work in progress)
     69           1.1  lukem #
     70           1.1  lukem objectclass ( 1.3.6.1.4.1.42.2.27.1.2.5
     71           1.1  lukem 	NAME 'nisMailAlias'
     72           1.1  lukem 	DESC 'NIS mail alias'
     73           1.1  lukem 	SUP top STRUCTURAL
     74           1.1  lukem 	MUST cn
     75           1.1  lukem 	MAY rfc822MailMember )
     76