1# misc.ldif -- assorted schema definitions 2# $OpenLDAP$ 3## This work is part of OpenLDAP Software <http://www.openldap.org/>. 4## 5## Copyright 1998-2021 The OpenLDAP Foundation. 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# This file was automatically generated from misc.schema; see that file 24# for complete references. 25# 26dn: cn=misc,cn=schema,cn=config 27objectClass: olcSchemaConfig 28cn: misc 29olcAttributeTypes: {0}( 2.16.840.1.113730.3.1.13 NAME 'mailLocalAddress' DESC 30 'RFC822 email address of this recipient' EQUALITY caseIgnoreIA5Match SYNTAX 1 31 .3.6.1.4.1.1466.115.121.1.26{256} ) 32olcAttributeTypes: {1}( 2.16.840.1.113730.3.1.18 NAME 'mailHost' DESC 'FQDN of 33 the SMTP/MTA of this recipient' EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4 34 .1.1466.115.121.1.26{256} SINGLE-VALUE ) 35olcAttributeTypes: {2}( 2.16.840.1.113730.3.1.47 NAME 'mailRoutingAddress' DES 36 C 'RFC822 routing address of this recipient' EQUALITY caseIgnoreIA5Match SYNT 37 AX 1.3.6.1.4.1.1466.115.121.1.26{256} SINGLE-VALUE ) 38olcAttributeTypes: {3}( 1.3.6.1.4.1.42.2.27.2.1.15 NAME 'rfc822MailMember' DES 39 C 'rfc822 mail address of group member(s)' EQUALITY caseIgnoreIA5Match SYNTAX 40 1.3.6.1.4.1.1466.115.121.1.26 ) 41olcObjectClasses: {0}( 2.16.840.1.113730.3.2.147 NAME 'inetLocalMailRecipient' 42 DESC 'Internet local mail recipient' SUP top AUXILIARY MAY ( mailLocalAddres 43 s $ mailHost $ mailRoutingAddress ) ) 44olcObjectClasses: {1}( 1.3.6.1.4.1.42.2.27.1.2.5 NAME 'nisMailAlias' DESC 'NIS 45 mail alias' SUP top STRUCTURAL MUST cn MAY rfc822MailMember ) 46