epsm.schema
changeset 30 39045909d979
equal deleted inserted replaced
29:d9e766baf8cd 30:39045909d979
       
     1 # $Id:$
       
     2 # $URL:$
       
     3 # © Heiko Schlittermann
       
     4 #
       
     5 # 1.3.6.1.4.1.23297		schlittermann OID
       
     6 # ...
       
     7 # 1.3.6.1.4.1.23297.10.		other
       
     8 # ...
       
     9 # 1.3.6.1.4.1.23297.10.4	- Epsilon Data - München
       
    10 
       
    11 objectIdentifier schlittermannRoot 1.3.6.1.4.1.23297
       
    12 objectIdentifier epsmRoot schlittermannRoot:10.4
       
    13 objectIdentifier epsmAttribute epsmRoot:1
       
    14 objectIdentifier epsmObjectClass epsmRoot:2
       
    15 
       
    16 attributetype (
       
    17     epsmAttribute:1 NAME ('epsmMailPrimaryAddress' 'epsmMailOfficialAddress') DESC 'official mail address'
       
    18     SUP mail
       
    19     SINGLE-VALUE )
       
    20 
       
    21 attributetype (
       
    22     epsmAttribute:2 NAME 'epsmMailForwardingAddress' DESC 'forwarding information for this recipient'
       
    23     EQUALITY caseIgnoreIA5Match
       
    24     SUBSTR caseIgnoreIA5SubstringsMatch
       
    25     SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
       
    26 
       
    27 attributetype (
       
    28     epsmAttribute:3 NAME ('epsmMailGroup') DESC 'mail group we are member of'
       
    29     SUP mail )
       
    30 
       
    31 attributetype (
       
    32     epsmAttribute:4 NAME ('epsmMailAddress') DESC 'mail address'
       
    33     SUP mail )
       
    34 
       
    35 ####
       
    36 
       
    37 objectClass (
       
    38     epsmObjectClass:2 NAME 'epsmMailAlias' DESC 'Alias'
       
    39     SUP top
       
    40     STRUCTURAL
       
    41     MUST ( mail )
       
    42     MAY ( epsmMailForwardingAddress $ description ) )
       
    43 
       
    44 objectClass (
       
    45     epsmObjectClass:3 NAME 'epsmMailRecipient' DESC 'mail attributes associated to person'
       
    46     SUP top
       
    47     AUXILIARY
       
    48     MAY ( epsmMailPrimaryAddress $ epsmMailAddress $ epsmMailGroup $ epsmMailForwardingAddress $ description ) )
       
    49 
       
    50 # vim:sts=4 sw=4 aw ai sm: