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