Home | History | Annotate | Line # | Download | only in schema
misc.ldif revision 1.1
      1  1.1  tron # misc.ldif -- assorted schema definitions
      2  1.1  tron # $OpenLDAP$
      3  1.1  tron ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
      4  1.1  tron ##
      5  1.1  tron ## Copyright 1998-2014 The OpenLDAP Foundation.
      6  1.1  tron ## All rights reserved.
      7  1.1  tron ##
      8  1.1  tron ## Redistribution and use in source and binary forms, with or without
      9  1.1  tron ## modification, are permitted only as authorized by the OpenLDAP
     10  1.1  tron ## Public License.
     11  1.1  tron ##
     12  1.1  tron ## A copy of this license is available in the file LICENSE in the
     13  1.1  tron ## top-level directory of the distribution or, alternatively, at
     14  1.1  tron ## <http://www.OpenLDAP.org/license.html>.
     15  1.1  tron #
     16  1.1  tron # Assorted definitions from several sources, including
     17  1.1  tron # ''works in progress''.  Contents of this file are
     18  1.1  tron # subject to change (including deletion) without notice.
     19  1.1  tron #
     20  1.1  tron # Not recommended for production use!
     21  1.1  tron # Use with extreme caution!
     22  1.1  tron #
     23  1.1  tron # This file was automatically generated from misc.schema; see that file
     24  1.1  tron # for complete references.
     25  1.1  tron #
     26  1.1  tron dn: cn=misc,cn=schema,cn=config
     27  1.1  tron objectClass: olcSchemaConfig
     28  1.1  tron cn: misc
     29  1.1  tron olcAttributeTypes: {0}( 2.16.840.1.113730.3.1.13 NAME 'mailLocalAddress' DESC 
     30  1.1  tron  'RFC822 email address of this recipient' EQUALITY caseIgnoreIA5Match SYNTAX 1
     31  1.1  tron  .3.6.1.4.1.1466.115.121.1.26{256} )
     32  1.1  tron olcAttributeTypes: {1}( 2.16.840.1.113730.3.1.18 NAME 'mailHost' DESC 'FQDN of
     33  1.1  tron   the SMTP/MTA of this recipient' EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4
     34  1.1  tron  .1.1466.115.121.1.26{256} SINGLE-VALUE )
     35  1.1  tron olcAttributeTypes: {2}( 2.16.840.1.113730.3.1.47 NAME 'mailRoutingAddress' DES
     36  1.1  tron  C 'RFC822 routing address of this recipient' EQUALITY caseIgnoreIA5Match SYNT
     37  1.1  tron  AX 1.3.6.1.4.1.1466.115.121.1.26{256} SINGLE-VALUE )
     38  1.1  tron olcAttributeTypes: {3}( 1.3.6.1.4.1.42.2.27.2.1.15 NAME 'rfc822MailMember' DES
     39  1.1  tron  C 'rfc822 mail address of group member(s)' EQUALITY caseIgnoreIA5Match SYNTAX
     40  1.1  tron   1.3.6.1.4.1.1466.115.121.1.26 )
     41  1.1  tron olcObjectClasses: {0}( 2.16.840.1.113730.3.2.147 NAME 'inetLocalMailRecipient'
     42  1.1  tron   DESC 'Internet local mail recipient' SUP top AUXILIARY MAY ( mailLocalAddres
     43  1.1  tron  s $ mailHost $ mailRoutingAddress ) )
     44  1.1  tron olcObjectClasses: {1}( 1.3.6.1.4.1.42.2.27.1.2.5 NAME 'nisMailAlias' DESC 'NIS
     45  1.1  tron   mail alias' SUP top STRUCTURAL MUST cn MAY rfc822MailMember )
     46